From e475f736d0df04cf15b7d9134b929febdb9c978e Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 28 Apr 2016 13:12:32 +0100 Subject: [PATCH] Release note for #2526 --- CHANGELOG.txt | 1 + docs/releases/1.4.4.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 7ead5429f..d0329ad64 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,6 +7,7 @@ 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) 1.4.3 (04.04.2016) diff --git a/docs/releases/1.4.4.rst b/docs/releases/1.4.4.rst index 0bb1de2f0..a110d9440 100644 --- a/docs/releases/1.4.4.rst +++ b/docs/releases/1.4.4.rst @@ -16,3 +16,4 @@ Bug fixes * The ``wagtailuserbar`` template tag now gracefully handles situations where the ``request`` object is not in the template context (Matt Westcott) * 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)