add changelog/release notes for page_published signal

This commit is contained in:
Matt Westcott 2014-07-22 11:09:02 +01:00
parent 633dd8243f
commit 6a01b640f8
2 changed files with 2 additions and 0 deletions

View file

@ -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)
~~~~~~~~~~~~~~~~~~

View file

@ -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