diff --git a/CHANGELOG.txt b/CHANGELOG.txt index cb93761317..285bba5c4f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -16,6 +16,7 @@ Changelog * Fix: When copying pages recursively, revisions of sub-pages were being copied regardless of the copy_revisions flag * Fix: Updated the migration dependencies within the project template to ensure that Wagtail's own migrations consistently apply first. * Fix: The cache of site root paths is now cleared when a site is deleted. + * Fix: Search indexing now prevents pages from being indexed multiple times, as both the base Page model and the specific subclass 0.7 (09.10.2014) ~~~~~~~~~~~~~~~~ diff --git a/docs/releases/0.8.rst b/docs/releases/0.8.rst index 9a6de865dc..ec1e82b8c5 100644 --- a/docs/releases/0.8.rst +++ b/docs/releases/0.8.rst @@ -32,7 +32,7 @@ Bug fixes * When copying pages recursively, revisions of sub-pages were being copied regardless of the ``copy_revisions`` flag * Updated the migration dependencies within the project template to ensure that Wagtail's own migrations consistently apply first * The cache of site root paths is now cleared when a site is deleted - + * Search indexing now prevents pages from being indexed multiple times, as both the base Page model and the specific subclass Upgrade considerations ======================