Add changelog for version 2.1

This commit is contained in:
Drew Winstel 2018-08-14 21:34:51 -05:00 committed by Daniel Hahler
parent fbb0ff8884
commit c804a30aa2

View file

@ -3,6 +3,22 @@
Changelog
---------
v2.1 (2018-08-16)
^^^^^^^^^^^^^^^^^
- **BACKWARD INCOMPATIBLE** Drop support of Python 3.3.
- **BACKWARD INCOMPATIBLE** Drop support of Django 1.9.
- Add support for Django 2.1.
- Add ``PositiveIntegerValue`` configuration value.
- Fix ``bool(BooleanValue)`` to behave as one would expect (e.g.
``bool(BooleanValue(False))`` returns ``False``).
- Miscellaneous documentation improvements and bug fixes.
v2.0 (2016-07-29)
^^^^^^^^^^^^^^^^^