diff --git a/CHANGELOG.txt b/CHANGELOG.txt index d0329ad64..1166cee56 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,7 +7,8 @@ Changelog * Fix: The `wagtailuserbar` template tag now gracefully handles situations where the `request` object is not in the template context (Matt Westcott) * Fix: Meta classes on StreamField blocks now handle multiple inheritance correctly (Tim Heap) * Fix: Now user can upload images / documents only into permitted collection from choosers - * Fix: Keyboard shortcuts for save / preview on the page editor no longer incorrectly trigger the "unsaved changes" message (Jack Paine / Matt Westcott) + * Fix: Keyboard shortcuts for save / preview on the page editor no longer incorrectly trigger the "unsaved changes" message (Jack Paine, Matt Westcott) + * Fix: Redirects no longer fail when both a site-specific and generic redirect exist for the same URL path (Nick Smith, João Luiz Lorencetti) 1.4.3 (04.04.2016) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 3a66f3f4e..7d090e65b 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -117,6 +117,8 @@ Contributors * Eirik Krogstad * Rob Moorman * Jack Paine +* Nick Smith +* João Luiz Lorencetti Translators =========== diff --git a/docs/releases/1.4.4.rst b/docs/releases/1.4.4.rst index a110d9440..2ae749f9c 100644 --- a/docs/releases/1.4.4.rst +++ b/docs/releases/1.4.4.rst @@ -17,3 +17,4 @@ Bug fixes * Meta classes on StreamField blocks now handle multiple inheritance correctly (Tim Heap) * Now user can upload images / documents only into permitted collection from choosers * Keyboard shortcuts for save / preview on the page editor no longer incorrectly trigger the "unsaved changes" message (Jack Paine / Matt Westcott) + * Redirects no longer fail when both a site-specific and generic redirect exist for the same URL path (Nick Smith, João Luiz Lorencetti)