From 9d386cf77778d115ddd68b1305fe6b5e1dc4b8a4 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 9 Sep 2015 16:46:04 +0100 Subject: [PATCH] Release note for #1641 (backport to 0.8.x) Conflicts: CONTRIBUTORS.rst --- CHANGELOG.txt | 1 + docs/releases/0.8.9.rst | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 975be1a88e..b503c27df8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -118,6 +118,7 @@ Changelog 0.8.9 (xx.xx.xxxx) - IN DEVELOPMENT ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * Fix: When copying a page, IDs of child objects within page revision records were not remapped to the new objects; this would cause those objects to be lost from the original page when editing the new one +* Fix: Search no longer crashes when auto-indexing a model that doesn't have an id field (Scot Hacker) 0.8.8 (18.06.2015) diff --git a/docs/releases/0.8.9.rst b/docs/releases/0.8.9.rst index b29991d431..357dd44d7a 100644 --- a/docs/releases/0.8.9.rst +++ b/docs/releases/0.8.9.rst @@ -12,4 +12,5 @@ What's changed Bug fixes ~~~~~~~~~ -* When copying a page, IDs of child objects within page revision records were not remapped to the new objects; this would cause those objects to be lost from the original page when editing the new one \ No newline at end of file +* When copying a page, IDs of child objects within page revision records were not remapped to the new objects; this would cause those objects to be lost from the original page when editing the new one +* Search no longer crashes when auto-indexing a model that doesn't have an id field (Scot Hacker)