From e64c4daca6967f7da354ce308ca892d0e2087c01 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 20 Mar 2018 14:41:00 +0000 Subject: [PATCH] Changelog cleanup Documentation typo fixes aren't covered in the changelog (they happen frequently enough that covering them all would create too much noise) --- CHANGELOG.txt | 3 +-- docs/releases/2.1.rst | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5453124104..507a94a42b 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -19,10 +19,9 @@ Changelog * Fix: Password reset form no longer indicates whether the email is recognised, as per standard Django behaviour (Bertrand Bordage) * Fix: `UserAttributeSimilarityValidator` is now correctly enforced on user creation / editing forms (Tim Heap) * Fix: Focal area removal not working in IE11 and MS Edge (Thibaud Colas) - * Fix: Rewrite password change feedback message to be more user-friendly ( Casper Timmers) + * Fix: Rewrite password change feedback message to be more user-friendly (Casper Timmers) * Fix: Correct dropdown arrow styling in Firefox, IE11 (Janneke Janssen, Alexs Mathilda) * Fix: Password reset no indicates specific validation errors on certain password restrictions (Lucas Moeskops) - * Fix: Fix a typo within documentation for pages (DanAtShenTech) * Fix: Confirmation page on page deletion now respects custom `get_admin_display_title` methods (Kim Chee Leong) diff --git a/docs/releases/2.1.rst b/docs/releases/2.1.rst index 85f72c1190..6081ad54c0 100644 --- a/docs/releases/2.1.rst +++ b/docs/releases/2.1.rst @@ -33,10 +33,9 @@ Bug fixes * Password reset form no longer indicates whether the email is recognised, as per standard Django behaviour (Bertrand Bordage) * ``UserAttributeSimilarityValidator`` is now correctly enforced on user creation / editing forms (Tim Heap) * Focal area removal not working in IE11 and MS Edge (Thibaud Colas) - * Rewrite password change feedback message to be more user-friendly ( Casper Timmers) + * Rewrite password change feedback message to be more user-friendly (Casper Timmers) * Correct dropdown arrow styling in Firefox, IE11 (Janneke Janssen, Alexs Mathilda) * Password reset no indicates specific validation errors on certain password restrictions (Lucas Moeskops) - * Fix a typo within documentation for pages (DanAtShenTech) * Confirmation page on page deletion now respects custom ``get_admin_display_title`` methods (Kim Chee Leong)