mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Add changelog for version 2.1
This commit is contained in:
parent
fbb0ff8884
commit
c804a30aa2
1 changed files with 16 additions and 0 deletions
|
|
@ -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)
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue