diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 29eecf43a5..019d4a7127 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -56,6 +56,7 @@ Changelog * Fix: Paste / drag operations done entirely with the mouse are now correctly picked up as edits within the rich text editor (Matt Fozard) * Fix: Logic for cancelling the "unsaved changes" check on form submission has been fixed to work cross-browser (Stephen Rice) + * Fix: The up / down / delete controls on the "Promoted search results" form no longer trigger a form submission (Matt Westcott) 1.4.4 (10.05.2016) diff --git a/docs/releases/1.4.5.rst b/docs/releases/1.4.5.rst index 5167bbb3a6..05a46ab004 100644 --- a/docs/releases/1.4.5.rst +++ b/docs/releases/1.4.5.rst @@ -15,3 +15,4 @@ Bug fixes * Paste / drag operations done entirely with the mouse are now correctly picked up as edits within the rich text editor (Matt Fozard) * Logic for cancelling the "unsaved changes" check on form submission has been fixed to work cross-browser (Stephen Rice) + * The up / down / delete controls on the "Promoted search results" form no longer trigger a form submission (Matt Westcott)