Added changelog and release notes for #429

pull/428/head
Karl Hobley 2014-07-18 15:14:36 +01:00
rodzic eeeff3e05c
commit 5b99f38927
2 zmienionych plików z 9 dodań i 0 usunięć

Wyświetl plik

@ -3,6 +3,7 @@ Changelog
0.5 (xx.xx.20xx)
~~~~~~~~~~~~~~~~
* Explorer nav now rendered separately and fetched with AJAX when needed
* Added decorator syntax for hooks
* Replaced lxml dependency with html5lib, to simplify installation

Wyświetl plik

@ -30,6 +30,14 @@ 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.
Admin
-----
* Explorer nav now rendered separately and fetched with AJAX when needed.
This improves the general performance of the amdin interface for large sites.
Bug fixes
~~~~~~~~~