Updated changelog.

This commit is contained in:
Jannis Leidel 2019-01-27 22:25:42 +01:00
parent 4ece48c7b2
commit 07d62d8d26
No known key found for this signature in database
GPG key ID: C795956FB489DCA9

View file

@ -1,6 +1,27 @@
Changelog
=========
v3.0 (2018-01-27)
-----------------
.. warning::
This is a backwards-incompatible release!
* Dropped support for Django < 1.11.
* Added support for Django 2.0 and 2.1.
* Added support for Python 3.7.
* Recompiled Russian locale.
* Fixed byte string in migration file that caused the migration
system to falsely think that there are new changes.
* Fixed string representation of template model, e.g. to improve
readability in choice fields.
v2.0 (2016-09-29)
-----------------