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