From c804a30aa29a2cd7d685b2f1560b3e78fa7ec501 Mon Sep 17 00:00:00 2001 From: Drew Winstel Date: Tue, 14 Aug 2018 21:34:51 -0500 Subject: [PATCH] Add changelog for version 2.1 --- docs/changes.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 8347d34..8804d32 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -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) ^^^^^^^^^^^^^^^^^