From d8ac5bf839e0a73ba0250b23114c41108d07fbad Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 4 Dec 2014 15:46:28 +0000 Subject: [PATCH] copy 0.8.4 doc updates into master --- CHANGELOG.txt | 2 +- docs/releases/0.8.4.rst | 4 ---- wagtail/project_template/requirements.txt | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5dd7c3ee3..3e807394d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -12,7 +12,7 @@ Changelog * When copying pages, it is now possible to specify a place to copy to (Timo Rieber) -0.8.4 (xx.xx.2014) +0.8.4 (04.12.2014) ~~~~~~~~~~~~~~~~~~ * Fix: It is no longer possible to have the explorer and settings menu open at the same time diff --git a/docs/releases/0.8.4.rst b/docs/releases/0.8.4.rst index d5b9bc468..ce4c70f8e 100644 --- a/docs/releases/0.8.4.rst +++ b/docs/releases/0.8.4.rst @@ -17,7 +17,3 @@ Bug fixes * Page IDs in page revisions were not updated on page copy, causing subsequent edits to be committed to the original page instead * Copying a page now creates a new page revision, ensuring that changes to the title/slug are correctly reflected in the editor (and also ensuring that the user performing the copy is logged) * Prevent a race condition when creating Filter objects - - -Upgrade considerations -====================== diff --git a/wagtail/project_template/requirements.txt b/wagtail/project_template/requirements.txt index 2d2909b83..6ad00ab36 100644 --- a/wagtail/project_template/requirements.txt +++ b/wagtail/project_template/requirements.txt @@ -1,6 +1,6 @@ # Minimal requirements Django>=1.7,<1.8 -wagtail==0.8.1 +wagtail==0.8.4 # Recommended components (require additional setup): # psycopg2==2.5.2