From da96a6758e91301bf7cd0d5f1a5814d72594aa3d Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 3 Sep 2015 12:16:35 +0100 Subject: [PATCH] Changelog for #1589 --- CHANGELOG.txt | 1 + docs/releases/1.1.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 2d8c6172a4..a0e479e735 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -29,6 +29,7 @@ Changelog * The snippet type parameter of `SnippetChooserPanel` can now be omitted, or passed as a model name string rather than a model class (Joss Ingram) * 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 * 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 2b2b4c29ed..54d277fbd8 100644 --- a/docs/releases/1.1.rst +++ b/docs/releases/1.1.rst @@ -66,6 +66,7 @@ Minor features * The snippet type parameter of ``SnippetChooserPanel`` can now be omitted, or passed as a model name string rather than a model class * 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 Bug fixes ~~~~~~~~~