Changelog/release note for #1527

pull/1277/merge
Karl Hobley 2015-07-19 16:19:14 +01:00
rodzic 2007a23366
commit d1897f9c14
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -10,6 +10,7 @@ Changelog
* Moved the style guide menu item into the Settings sub-menu
* Search backends can now be specified by module (e.g. `wagtail.wagtailsearch.backends.elasticsearch`), rather than a specific class (`wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch`)
* Added ``descendant_of`` filter to the API (Michael Fillier)
* Added optional directory argument to "wagtail start" command (Mitchel Cabuloy)
* Fix: Text areas in the non-default tab of the page editor now resize to the correct height

Wyświetl plik

@ -23,6 +23,7 @@ Minor features
* Moved the style guide menu item into the Settings sub-menu
* Search backends can now be specified by module (e.g. ``wagtail.wagtailsearch.backends.elasticsearch``), rather than a specific class (``wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch``)
* Added ``descendant_of`` filter to the API
* Added optional directory argument to "wagtail start" command
Bug fixes
~~~~~~~~~