From a2f12177ad2196f9d486cf088a61d7dcfe23d3a6 Mon Sep 17 00:00:00 2001 From: Diederik van der Boor Date: Tue, 29 Jul 2014 14:40:13 +0200 Subject: [PATCH] changelog: mention the backwards incompatibility that #93 introduces. This at least affects one of own projects. --- docs/changelog.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2d2d046..28cbc23 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,14 @@ Changelog ========== +Version 0.6 (in git) +-------------------- + +* Added permission check for all child types. +* **BACKWARDS INCOMPATIBILITY:** the ``get_child_type_choices()`` method receives 2 arguments now (request, action). + If you have overwritten this method in your code, make sure the method signature is updated accordingly. + + Version 0.5.6 (2014-07-21) --------------------------