From 11cb63d892752e8ba4347c14c33398b3afd63d32 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Wed, 4 Mar 2015 10:52:22 +0000 Subject: [PATCH] release note for #1036 --- CHANGELOG.txt | 7 +++++++ docs/releases/0.8.6.rst | 16 ++++++++++++++++ docs/releases/index.rst | 1 + 3 files changed, 24 insertions(+) create mode 100644 docs/releases/0.8.6.rst diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 50a40c1bc1..642b7a9701 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -32,6 +32,12 @@ Changelog * Image/Document edit page no longer throws OSError when the original image is missing * Page classes can specify an edit_handler property to override the default Content / Promote / Settings tabbed interface + +0.8.6 (xx.xx.2015) +~~~~~~~~~~~~~~~~~~ +* Fix: django-taggit library updated to 0.12.3, to fix a bug with migrations on SQLite on Django 1.7.2 and above (https://github.com/alex/django-taggit/issues/285) + + 0.8.5 (17.02.2015) ~~~~~~~~~~~~~~~~~~ @@ -48,6 +54,7 @@ Changelog * Fix: Password reset emails now use the ``BASE_URL`` setting for the reset URL * Fix: BASE_URL is now included in the project template's default settings file + 0.8.4 (04.12.2014) ~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/0.8.6.rst b/docs/releases/0.8.6.rst new file mode 100644 index 0000000000..6799feca66 --- /dev/null +++ b/docs/releases/0.8.6.rst @@ -0,0 +1,16 @@ +============================================ +Wagtail 0.8.6 release notes - IN DEVELOPMENT +============================================ + +.. contents:: + :local: + :depth: 1 + + +What's new +========== + +Bug fixes +~~~~~~~~~ + + * django-taggit library updated to 0.12.3, to fix a bug with migrations on SQLite on Django 1.7.2 and above (https://github.com/alex/django-taggit/issues/285) diff --git a/docs/releases/index.rst b/docs/releases/index.rst index 794a580ea6..b6e231e7d8 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -6,6 +6,7 @@ Release notes roadmap 0.9 + 0.8.6 0.8.5 0.8.4 0.8.3