Release note for #1508

This commit is contained in:
Matt Westcott 2015-07-20 20:09:15 +01:00
parent b01ed96179
commit 1a7bde76d6
2 changed files with 2 additions and 0 deletions

View file

@ -12,6 +12,7 @@ Changelog
* Added ``descendant_of`` filter to the API (Michael Fillier)
* Added optional directory argument to "wagtail start" command (Mitchel Cabuloy)
* Image file size is now stored in the database, to avoid unnecessary filesystem lookups
* Updated URLs within the admin backend to use namespaces
* Fix: Text areas in the non-default tab of the page editor now resize to the correct height

View file

@ -25,6 +25,7 @@ Minor features
* Added ``descendant_of`` filter to the API
* Added optional directory argument to "wagtail start" command
* Image file size is now stored in the database, to avoid unnecessary filesystem lookups
* Updated URLs within the admin backend to use namespaces
Bug fixes
~~~~~~~~~