From ad4007f406ce8d4410389d65aece9ea12801f105 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Fri, 23 Oct 2015 09:40:39 +0100 Subject: [PATCH] Release note for #1856 --- CHANGELOG.txt | 1 + CONTRIBUTORS.rst | 1 + docs/releases/1.2.rst | 1 + 3 files changed, 3 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ca01c41af..7570ed7d8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -35,6 +35,7 @@ Changelog * Fix: The "view live" button displayed after publishing a page now correctly reflects any changes made to the page slug (Ryan Pineo) * Fix: API endpoints now accept and ignore the `_` query parameter used by jQuery for cache-busting * Fix: Page slugs are no longer cut off when Unicode characters are expanded into multiple characters (Sævar Öfjörð Magnússon) + * Fix: Searching a specific page model while filtering it by either ID or tree position no longer raises an error (Ashia Zawaduk) 1.1 (15.09.2015) ~~~~~~~~~~~~~~~~ diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 613369fd7..07e2e0fbc 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -74,6 +74,7 @@ Contributors * Petr Vacha * Josh Barr * Sævar Öfjörð Magnússon +* Ashia Zawaduk Translators diff --git a/docs/releases/1.2.rst b/docs/releases/1.2.rst index f6e3a5e5e..b1a08159b 100644 --- a/docs/releases/1.2.rst +++ b/docs/releases/1.2.rst @@ -82,6 +82,7 @@ Bug fixes * The "view live" button displayed after publishing a page now correctly reflects any changes made to the page slug (Ryan Pineo) * API endpoints now accept and ignore the ``_`` query parameter used by jQuery for cache-busting * Page slugs are no longer cut off when Unicode characters are expanded into multiple characters (Sævar Öfjörð Magnússon) + * Searching a specific page model while filtering it by either ID or tree position no longer raises an error (Ashia Zawaduk) Upgrade considerations ======================