From 96f83b3171500435aa3347aa05b1d634e856e098 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 31 Oct 2014 10:47:19 +0000 Subject: [PATCH] release note for #767 --- CHANGELOG.txt | 1 + docs/releases/0.8.rst | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b1cf1ab2c6..c1ea9271da 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 a817791ba4..d6c28a862c 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 ======================