From e89505de1f6ab2466238bf1c8d78552e3e146efe Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 24 Jul 2014 11:33:58 +0100 Subject: [PATCH] changelog / release notes for #500 --- CHANGELOG.txt | 2 ++ docs/releases/0.5.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d7f66ec935..abb3c3ce85 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,6 +9,8 @@ Changelog * Replaced lxml dependency with html5lib, to simplify installation * Added page_unpublished signal + * Fix: Updates to tag fields are now properly committed to the database when publishing directly from the page edit interface + 0.4.1 (14.07.2014) ~~~~~~~~~~~~~~~~~~ * ElasticSearch backend now respects the backward-compatible URLS configuration setting, in addition to HOSTS diff --git a/docs/releases/0.5.rst b/docs/releases/0.5.rst index a0b52313eb..7ee96adf2d 100644 --- a/docs/releases/0.5.rst +++ b/docs/releases/0.5.rst @@ -49,6 +49,8 @@ Admin Bug fixes ~~~~~~~~~ + * Updates to tag fields are now properly committed to the database when publishing directly from the page edit interface. + Backwards incompatible changes ==============================