From b593b43395dd5ee2a828bcf91ea4b2e44a1328eb Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 22 Oct 2019 16:09:21 +0100 Subject: [PATCH] Release note for #5643 in 2.6.3 --- CHANGELOG.txt | 6 ++++++ docs/releases/2.6.3.rst | 16 ++++++++++++++++ docs/releases/index.rst | 1 + 3 files changed, 23 insertions(+) create mode 100644 docs/releases/2.6.3.rst diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 69c97a000..bf5fbb3db 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -50,6 +50,12 @@ Changelog * Fix: Replace format() placeholders in translatable strings with % formatting (Matt Westcott) +2.6.3 (22.01.2019) +~~~~~~~~~~~~~~~~~~ + + * Fix: Altering Django REST Framework's `DEFAULT_AUTHENTICATION_CLASSES` setting no longer breaks the page explorer menu and admin API (Matt Westcott) + + 2.6.2 (19.09.2019) ~~~~~~~~~~~~~~~~~~ diff --git a/docs/releases/2.6.3.rst b/docs/releases/2.6.3.rst new file mode 100644 index 000000000..9c4acbc2f --- /dev/null +++ b/docs/releases/2.6.3.rst @@ -0,0 +1,16 @@ +=========================== +Wagtail 2.6.3 release notes +=========================== + +.. contents:: + :local: + :depth: 1 + + +What's new +========== + +Bug fixes +~~~~~~~~~ + + * Altering Django REST Framework's ``DEFAULT_AUTHENTICATION_CLASSES`` setting no longer breaks the page explorer menu and admin API (Matt Westcott) diff --git a/docs/releases/index.rst b/docs/releases/index.rst index 3d5fc1e5e..4e4f3b671 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -6,6 +6,7 @@ Release notes upgrading 2.7 + 2.6.3 2.6.2 2.6.1 2.6