changelog: mention the backwards incompatibility that #93 introduces.
This at least affects one of own projects.fix_request_path_info
parent
14df8c529e
commit
a2f12177ad
|
|
@ -1,6 +1,14 @@
|
||||||
Changelog
|
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)
|
Version 0.5.6 (2014-07-21)
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue