From 783b128fa2cfe8d82b2a1a16439f9cb3ef71e4cb Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 3 Jul 2018 17:27:19 +0100 Subject: [PATCH] Release note for #4496 in 2.1.1 --- CHANGELOG.txt | 1 + docs/releases/2.1.1.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5695e5e48..fd92274e7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -33,6 +33,7 @@ Changelog * Fix: Site.get_site_root_paths() preferring other sites over the default when some sites share the same root_page (Andy Babic) * Fix: Rich text image chooser no longer skips format selection after a validation error (Matt Westcott) + * Fix: Null characters in URLs no longer crash the redirect middleware on PostgreSQL (Matt Westcott) 2.1 (22.05.2018) diff --git a/docs/releases/2.1.1.rst b/docs/releases/2.1.1.rst index ee63335e2..66b401cf0 100644 --- a/docs/releases/2.1.1.rst +++ b/docs/releases/2.1.1.rst @@ -15,3 +15,4 @@ Bug fixes * Fix ``Site.get_site_root_paths()`` preferring other sites over the default when some sites share the same root_page (Andy Babic) * Rich text image chooser no longer skips format selection after a validation error (Matt Westcott) + * Null characters in URLs no longer crash the redirect middleware on PostgreSQL (Matt Westcott)