mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-24 16:44:50 +00:00
add changelog/release notes for page_published signal
This commit is contained in:
parent
633dd8243f
commit
6a01b640f8
2 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue