From 8a22c977a2f0fb34017c4e1c280ec865d2a02b59 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 3 Dec 2015 19:43:31 +0000 Subject: [PATCH] Release note for #1970 --- CHANGELOG.txt | 1 + CONTRIBUTORS.rst | 1 + docs/releases/1.3.rst | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d7a3fe9a3..90fbdd91f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -16,6 +16,7 @@ Changelog * Fix: Creating pages at the root level (and any other instances of the base `Page` model) now properly respects the `parent_page_types` setting * Fix: Settings menu now opens correctly from the page editor and styleguide views * Fix: `subpage_types` / `parent_page_types` business rules are now enforced when moving pages + * Fix: Multi-word tags on images and documents are now correctly preserved as a single tag (LKozlowski) 1.2 (12.11.2015) ~~~~~~~~~~~~~~~~ diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 71aa8d746..f4edce9b8 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -82,6 +82,7 @@ Contributors * Rich Brennan * Alex Bridge * Tamriel +* LKozlowski Translators diff --git a/docs/releases/1.3.rst b/docs/releases/1.3.rst index e1d4f7163..f39361903 100644 --- a/docs/releases/1.3.rst +++ b/docs/releases/1.3.rst @@ -31,6 +31,7 @@ Bug fixes * Creating pages at the root level (and any other instances of the base ``Page`` model) now properly respects the `parent_page_types` setting * Settings menu now opens correctly from the page editor and styleguide views * ``subpage_types`` / ``parent_page_types`` business rules are now enforced when moving pages + * Multi-word tags on images and documents are now correctly preserved as a single tag (LKozlowski) Upgrade considerations