From c9b6d3a4e611bdeb15ec37b0a30bbf09b587f383 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 7 Nov 2017 16:48:12 +0000 Subject: [PATCH] Release note for #3999 backported to 1.13.x --- CHANGELOG.txt | 1 + docs/releases/1.13.1.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8956c3d031..ccd4357df7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -32,6 +32,7 @@ Changelog * Fix: API listing views no longer fail when no site records are defined (Karl Hobley) * Fix: Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug) + * Fix: Fixed incorrect z-index on userbar causing it to appear behind page content (Stein Strindhaug) 1.13 (16.10.2017) diff --git a/docs/releases/1.13.1.rst b/docs/releases/1.13.1.rst index ad6523b30d..0a142474bb 100644 --- a/docs/releases/1.13.1.rst +++ b/docs/releases/1.13.1.rst @@ -15,3 +15,4 @@ Bug fixes * API listing views no longer fail when no site records are defined (Karl Hobley) * Fixed crash in XML sitemap generator when all pages on the site are private (Stein Strindhaug) + * Fixed incorrect z-index on userbar causing it to appear behind page content (Stein Strindhaug)