diff --git a/docs/changes.rst b/docs/changes.rst index acf18de..500b6e1 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -3,6 +3,29 @@ Changelog --------- +v0.9 (2015-12-18) +^^^^^^^^^^^^^^^^^ + +- Project has moved to `Jazzband `_. 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) ^^^^^^^^^^^^^^^^^