From 6cf341d28b0125a2599600102568b34eca5d2113 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Fri, 27 Jan 2017 15:10:07 +0000 Subject: [PATCH] Changelog/release note for #3304 --- CHANGELOG.txt | 1 + docs/releases/1.9.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5f694374e9..885e1da924 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -7,6 +7,7 @@ Changelog * Form builder form submissions can now be bulk-deleted (Karl Hobley) * `get_context` methods on StreamField blocks can now access variables from the parent context (Mikael Svensson, Peter Baumgartner) * Updated admin dashboard welcome message for multi-tenanted installations (Jeffrey Chau) + * Changed text of "Draft" and "Live" buttons to "View draft" and "View live" (Dan Braghis) * Added `get_api_representation` method to streamfield blocks allowing the JSON representation in the API to be customised (Marco Fucci) * Added `before_copy_page` and `after_copy_page` hooks (Matheus Bratfisch) * View live / draft links in the admin now consistently open in a new window (Marco Fucci) diff --git a/docs/releases/1.9.rst b/docs/releases/1.9.rst index 3f39ae5706..6539a9e3cf 100644 --- a/docs/releases/1.9.rst +++ b/docs/releases/1.9.rst @@ -31,6 +31,7 @@ The welcome message on the admin dashboard has been updated to be more suitable Other features ~~~~~~~~~~~~~~ + * Changed text of "Draft" and "Live" buttons to "View draft" and "View live" (Dan Braghis) * Added ``get_api_representation`` method to streamfield blocks allowing the JSON representation in the API to be customised (Marco Fucci) * Added :ref:`before_copy_page` and :ref:`after_copy_page` hooks (Matheus Bratfisch) * View live / draft links in the admin now consistently open in a new window (Marco Fucci)