From 4d4cced717f67b3465255c12746e8b0f3b373911 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 23 Oct 2015 09:59:41 +0100 Subject: [PATCH] Release note for #1596 --- CHANGELOG.txt | 1 + docs/releases/1.2.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index ca01c41af..e57fef3f8 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -35,6 +35,7 @@ Changelog * Fix: The "view live" button displayed after publishing a page now correctly reflects any changes made to the page slug (Ryan Pineo) * Fix: API endpoints now accept and ignore the `_` query parameter used by jQuery for cache-busting * Fix: Page slugs are no longer cut off when Unicode characters are expanded into multiple characters (Sævar Öfjörð Magnússon) + * Fix: Scrolling an over-long explorer menu no longer causes white background to show through (Alex Gleason) 1.1 (15.09.2015) ~~~~~~~~~~~~~~~~ diff --git a/docs/releases/1.2.rst b/docs/releases/1.2.rst index f6e3a5e5e..b0da62dd8 100644 --- a/docs/releases/1.2.rst +++ b/docs/releases/1.2.rst @@ -82,6 +82,7 @@ Bug fixes * The "view live" button displayed after publishing a page now correctly reflects any changes made to the page slug (Ryan Pineo) * API endpoints now accept and ignore the ``_`` query parameter used by jQuery for cache-busting * Page slugs are no longer cut off when Unicode characters are expanded into multiple characters (Sævar Öfjörð Magnússon) + * Scrolling an over-long explorer menu no longer causes white background to show through (Alex Gleason) Upgrade considerations ======================