From c697711bb13feb28cfd3757c15099fb090676f7c Mon Sep 17 00:00:00 2001 From: Bertrand Bordage Date: Thu, 22 Mar 2018 02:54:19 +0100 Subject: [PATCH] Changelog for #4362 for 2.1. --- CHANGELOG.txt | 1 + docs/releases/2.1.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 21cc5bfbe..cc35b917c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -25,6 +25,7 @@ Changelog * Fix: Password reset no indicates specific validation errors on certain password restrictions (Lucas Moeskops) * Fix: Confirmation page on page deletion now respects custom `get_admin_display_title` methods (Kim Chee Leong) * Fix: Adding external link with selected text now includes text in link chooser (Tony Yates, Thibaud Colas, Alexs Mathilda) + * Fix: Editing setting object with no site configured no longer crashes (Harm Zeinstra) 2.0.1 (xx.xx.xxxx) - IN DEVELOPMENT diff --git a/docs/releases/2.1.rst b/docs/releases/2.1.rst index 55b260b2b..eeb09a3db 100644 --- a/docs/releases/2.1.rst +++ b/docs/releases/2.1.rst @@ -43,6 +43,7 @@ Bug fixes * Password reset no indicates specific validation errors on certain password restrictions (Lucas Moeskops) * Confirmation page on page deletion now respects custom ``get_admin_display_title`` methods (Kim Chee Leong) * Adding external link with selected text now includes text in link chooser (Tony Yates, Thibaud Colas, Alexs Mathilda) + * Editing setting object with no site configured no longer crashes (Harm Zeinstra) Upgrade considerations