From 5e8df2624e0bde25b52874c0b87ed72c663b2261 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 16 Sep 2015 09:35:23 +0100 Subject: [PATCH] Changelog for #1677 and #1679 --- CHANGELOG.txt | 2 ++ CONTRIBUTORS.rst | 1 + docs/releases/1.2.rst | 2 ++ 3 files changed, 5 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 6ef8fc4ea..65ad16c69 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,6 +4,8 @@ Changelog 1.2 (xx.xx.xxxx) ~~~~~~~~~~~~~~~~ + * WagtailRedirectMiddleware can now ignore the query string if there is no redirect that exactly matches it (Michael Cordover) + * Order of URL parameters now ignored by redirect middleware (Michael Cordover) * Fix: Deleting a page permission from the groups admin UI does not immediately submit the form diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 273dfa382..52a92efe5 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -63,6 +63,7 @@ Contributors * Kyungil Choi * Joss Ingram * Christoph Lipp +* Michael Cordover Translators diff --git a/docs/releases/1.2.rst b/docs/releases/1.2.rst index 60b73ea6f..cb408da01 100644 --- a/docs/releases/1.2.rst +++ b/docs/releases/1.2.rst @@ -10,6 +10,8 @@ Wagtail 1.2 release notes - IN DEVELOPMENT What's new ========== + * WagtailRedirectMiddleware can now ignore the query string if there is no redirect that exactly matches it + * Order of URL parameters now ignored by redirect middleware Bug fixes ~~~~~~~~~