Update changelog.

This commit is contained in:
James Keys 2015-12-18 10:25:23 +07:00 committed by Nicolas Delaby
parent d827664e92
commit 4da8939df0

View file

@ -3,6 +3,29 @@
Changelog
---------
v0.9 (2015-12-18)
^^^^^^^^^^^^^^^^^
- Project has moved to `Jazzband <https://jazzband.co/>`_. See guidelines for
contributing.
- Support for django 1.8 and above. Thanks to:
- @benjaminabel
- @jdietrich
- Allow ``Value`` classes to be used outside of ``Configuration`` classes (#62)
- Fixed "Value with ValidationMixin will raise ValueError if no default assigned" (#69)
- Fixed wrong behaviour when assigning BooleanValue (#83)
- Add ability to programmatically call Django commands from configurations using
``call_command``
- Added SingleNestedTupleValue and SingleNestedListValue classes. (#85)
- Several other miscellaneous bugfixes.
v0.8 (2014-01-16)
^^^^^^^^^^^^^^^^^