add changelog/release notes for page_published signal

pull/473/head
Matt Westcott 2014-07-22 11:09:02 +01:00
rodzic 633dd8243f
commit 6a01b640f8
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,7 @@ Changelog
* Explorer nav now rendered separately and fetched with AJAX when needed
* Added decorator syntax for hooks
* Replaced lxml dependency with html5lib, to simplify installation
* Added page_unpublished signal
0.4.1 (14.07.2014)
~~~~~~~~~~~~~~~~~~

Wyświetl plik

@ -35,6 +35,7 @@ Core
)
* The lxml library (used for whitelisting and rewriting of rich text fields) has been replaced with the pure-python html5lib library, to simplify installation.
* A ``page_unpublished`` signal has been added.
Admin