diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b1cf1ab2c..c1ea9271d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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) ~~~~~~~~~~~~~~~~ diff --git a/docs/releases/0.8.rst b/docs/releases/0.8.rst index a817791ba..d6c28a862 100644 --- a/docs/releases/0.8.rst +++ b/docs/releases/0.8.rst @@ -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 ======================