Skip to content

Commit

Permalink
Add release notes for v2.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bhch committed Jan 31, 2022
1 parent ab0f578 commit f0f492e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/releases/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Release notes
.. toctree::
:maxdepth: 2

v2.7.0
v2.6.0
v2.5.0
v2.4.0
Expand Down
24 changes: 24 additions & 0 deletions docs/releases/v2.7.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
django-jsonform 2.7.0 release notes
===================================


Jan 31, 2022
------------

This version introduces no breaking changes and is fully compatible with the
previous releases (2.6.x).

Like the previous version, it also supports ``Django >= 2.0`` and ``Python >= 3.4``.

What's new
~~~~~~~~~~

New features
^^^^^^^^^^^^

- Support for lazy translations within the schema.

Bugfixes
^^^^^^^^

- Package didn't work as intended in Django 4.0 due to bad version checking.

0 comments on commit f0f492e

Please sign in to comment.