From eda39c85c81b6724580b27f1f14c57eb31645244 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Mon, 11 Apr 2016 22:46:31 +0100 Subject: [PATCH] Changelog for #2453 --- CHANGELOG.txt | 1 + docs/releases/1.5.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 03754e4fdc..3ac8242af6 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -9,6 +9,7 @@ Changelog * Added 'revisions' action to pages list (Roel Bruggink) * The "dynamic serve view" for images has been greatly improved. See release notes for details * Added a hook `insert_global_admin_js` for inserting custom JavaScript throughout the admin backend (Tom Dyson) + * Recognise instagram embed URLs with `www` prefix (Matt Westcott) * The type of the ``search_fields`` attribute on ``Page`` models (and other searchable models) has changed from a tuple to a list (Tim Heap) * 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) diff --git a/docs/releases/1.5.rst b/docs/releases/1.5.rst index 2f6624fd43..b99e9860ca 100644 --- a/docs/releases/1.5.rst +++ b/docs/releases/1.5.rst @@ -29,6 +29,7 @@ Minor features * Added a hook :ref:`register_page_listing_buttons` for adding action buttons to the page explorer * Added 'revisions' action to pages list (Roel Bruggink) * Added a hook :ref:`insert_global_admin_js` for inserting custom JavaScript throughout the admin backend (Tom Dyson) + * Recognise instagram embed URLs with ``www`` prefix (Matt Westcott) * The type of the ``search_fields`` attribute on ``Page`` models (and other searchable models) has changed from a tuple to a list (see upgrade consideration below) (Tim Heap) * 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)