Add changelog entry for Grappelli fix.
parent
cdc9b16aa8
commit
d16f2d7590
|
|
@ -1,6 +1,12 @@
|
||||||
Changelog
|
Changelog
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
Version 0.5.2 (unreleased)
|
||||||
|
--------------------------
|
||||||
|
|
||||||
|
* Fix Grappelli_ breadcrumb support in the views.
|
||||||
|
|
||||||
|
|
||||||
Version 0.5.1 (2013-07-05)
|
Version 0.5.1 (2013-07-05)
|
||||||
--------------------------
|
--------------------------
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -11,4 +11,4 @@ Release logic:
|
||||||
6. git commit
|
6. git commit
|
||||||
7. push to github
|
7. push to github
|
||||||
"""
|
"""
|
||||||
__version__ = "0.5.1"
|
__version__ = "0.5.2.dev0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue