From e001cac581042c54ddf7404c765b16c27e75f03c Mon Sep 17 00:00:00 2001 From: Tim Heap Date: Tue, 22 Mar 2016 14:36:21 +1100 Subject: [PATCH] Release notes for #2260 --- CHANGELOG.txt | 2 ++ CONTRIBUTORS.rst | 1 + docs/releases/1.5.rst | 6 ++++++ 3 files changed, 9 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 10024b662..3c3304eaf 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -8,6 +8,8 @@ Changelog * Added a hook `register_page_listing_buttons` for adding action buttons to the page explorer * Added a hook `insert_global_admin_js` for inserting custom JavaScript throughout the admin backend (Tom Dyson) * Use `PasswordChangeForm` when user changes their password, requiring the user to enter their current password (Matthijs Melissen) + * Highlight current day in date picker (Jonas Lergell) + * Fix: The currently selected day is now highlighted only in the correct month in date pickers (Jonas Lergell) 1.4.1 (17.03.2016) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 221d2d335..982945d07 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -117,6 +117,7 @@ Contributors * Eirik Krogstad * Rob Moorman * Matthijs Melissen +* Jonas Lergell Translators =========== diff --git a/docs/releases/1.5.rst b/docs/releases/1.5.rst index f21d2d8b5..b9b6f012a 100644 --- a/docs/releases/1.5.rst +++ b/docs/releases/1.5.rst @@ -17,6 +17,12 @@ Minor features * Added a hook :ref:`register_page_listing_buttons` for adding action buttons to the page explorer * Added a hook :ref:`insert_global_admin_js` for inserting custom JavaScript throughout the admin backend (Tom Dyson) * Use `PasswordChangeForm` when user changes their password, requiring the user to enter their current password (Matthijs Melissen) + * Highlight current day in date picker (Jonas Lergell) + +Bug fixes +~~~~~~~~~ + + * The currently selected day is now highlighted only in the correct month in date pickers (Jonas Lergell) Upgrade considerations