From e39fb5646cc0302184ba190f2b6190c01ad48d8b Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 11 Aug 2016 12:04:10 +0100 Subject: [PATCH] Release note for #2534 --- CHANGELOG.txt | 2 ++ docs/releases/1.7.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b4872bd98..3b191bcc6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,6 +4,8 @@ Changelog 1.7 (xx.xx.xxxx) ~~~~~~~~~~~~~~~~ + * Fix: Migrations for wagtailcore and project template are now reversible (Benjamin Bach) + 1.6 (xx.xx.xxxx) ~~~~~~~~~~~~~~~~ diff --git a/docs/releases/1.7.rst b/docs/releases/1.7.rst index f89cd0886..11987de45 100644 --- a/docs/releases/1.7.rst +++ b/docs/releases/1.7.rst @@ -18,6 +18,8 @@ Minor features Bug fixes ~~~~~~~~~ + * Migrations for wagtailcore and project template are now reversible (Benjamin Bach) + Upgrade considerations ======================