From 793ebd4cc2c24e51ce0ccfe8e7fff7fde9c4669c Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 24 Oct 2014 16:42:38 +0100 Subject: [PATCH] Release note for #743 --- CHANGELOG.txt | 1 + docs/releases/0.8.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 057393ebf..5332c555c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -13,6 +13,7 @@ Changelog * Fix: Made HTML whitelisting in rich text fields more robust at catching disallowed URL schemes such as "jav\tascript:" (Tim Heap) * Fix: created_at timestamps on page revisions were not being preserved on page copy, causing revisions to get out of sequence * 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. 0.7 (09.10.2014) ~~~~~~~~~~~~~~~~ diff --git a/docs/releases/0.8.rst b/docs/releases/0.8.rst index d2bb55aea..94cff5937 100644 --- a/docs/releases/0.8.rst +++ b/docs/releases/0.8.rst @@ -29,6 +29,7 @@ Bug fixes * Made HTML whitelisting in rich text fields more robust at catching disallowed URL schemes such as ``jav\tascript:`` * ``created_at`` timestamps on page revisions were not being preserved on page copy, causing revisions to get out of sequence * 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 Upgrade considerations