diff --git a/CHANGELOG.txt b/CHANGELOG.txt index b699e6e3b..25016ba3d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -6,6 +6,7 @@ Changelog * Fix: Streamfields no longer break on validation error * Fix: Number of validation errors in each tab in the editor is now correctly reported again + * Fix: Userbar now opens on devices with both touch and mouse (Josh Barr) 1.4.1 (17.03.2016) diff --git a/docs/releases/1.4.2.rst b/docs/releases/1.4.2.rst index e4c8622c6..dc5ae18b7 100644 --- a/docs/releases/1.4.2.rst +++ b/docs/releases/1.4.2.rst @@ -15,4 +15,5 @@ Bug fixes * Streamfields no longer break on validation error * Number of validation errors in each tab in the editor is now correctly reported again + * Userbar now opens on devices with both touch and mouse (Josh Barr)