From 87e48647291ccdbb4e5624e3826f19f0df09c24d Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 3 Sep 2015 17:05:03 +0100 Subject: [PATCH] Release note for #1445 --- CHANGELOG.txt | 1 + docs/releases/1.1.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ebc02d69fc..fdbd8f67fa 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -30,6 +30,7 @@ Changelog * Added aliases for the `self` template variable to accommodate Jinja as a templating engine: `page` for pages, `field_panel` for field panels / edit handlers, and `value` for blocks * Added signposting text to the explorer to steer editors away from creating pages at the root level unless they are setting up new sites * "Clear choice" and "Edit this page" buttons are no longer shown on the page field of the group page permissions form + * Altered styling of stream controls to be more like all other buttons * Fix: Text areas in the non-default tab of the page editor now resize to the correct height * Fix: Tabs in "insert link" modal in the rich text editor no longer disappear (Tim Heap) * Fix: H2 elements in rich text fields were accidentally given a click() binding when put insite a collapsible multi field panel diff --git a/docs/releases/1.1.rst b/docs/releases/1.1.rst index 52949f361c..1479069128 100644 --- a/docs/releases/1.1.rst +++ b/docs/releases/1.1.rst @@ -67,6 +67,7 @@ Minor features * Added aliases for the ``self`` template variable to accommodate Jinja as a templating engine: ``page`` for pages, ``field_panel`` for field panels / edit handlers, and ``value`` for blocks * Added signposting text to the explorer to steer editors away from creating pages at the root level unless they are setting up new sites * "Clear choice" and "Edit this page" buttons are no longer shown on the page field of the group page permissions form + * Altered styling of stream controls to be more like all other buttons Bug fixes ~~~~~~~~~