From 4da8939df0cac5da77f366d1b2cbfcf8933afb7e Mon Sep 17 00:00:00 2001 From: James Keys Date: Fri, 18 Dec 2015 10:25:23 +0700 Subject: [PATCH] Update changelog. --- docs/changes.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) 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) ^^^^^^^^^^^^^^^^^