release note for #767

pull/757/merge
Matt Westcott 2014-10-31 10:47:19 +00:00
rodzic e00ae6bdc0
commit 96f83b3171
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -24,6 +24,7 @@ Changelog
* Fix: Image uploader now accepts JPEG images that PIL reports as being in MPO format
* Fix: Multiple checkbox fields on form-builder forms did not correctly save multiple values
* Fix: Editing a page's slug and saving it without publishing could sometimes cause the URL paths of child pages to be corrupted
* Fix: 'latest_revision_created_at' was being cleared on page publish, causing the page to drop to the bottom of explorer listings
0.7 (09.10.2014)
~~~~~~~~~~~~~~~~

Wyświetl plik

@ -40,6 +40,8 @@ Bug fixes
* Image uploader now accepts JPEG images that PIL reports as being in MPO format
* Multiple checkbox fields on form-builder forms did not correctly save multiple values
* Editing a page's slug and saving it without publishing could sometimes cause the URL paths of child pages to be corrupted
* ``latest_revision_created_at`` was being cleared on page publish, causing the page to drop to the bottom of explorer listings
Upgrade considerations
======================