diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f35176068..5de37966a 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -57,7 +57,7 @@ Changelog * Fix: `DraftailRichTextArea` is no longer treated as a hidden field by Django's form logic (Sergey Fedoseev) * Fix: Replace format() placeholders in translatable strings with % formatting (Matt Westcott) * Fix: Altering Django REST Framework's `DEFAULT_AUTHENTICATION_CLASSES` setting no longer breaks the page explorer menu and admin API (Matt Westcott) - * Fix: Regression - missing label for external link URL field in link chooser (Timothy Bautista) + * Fix: Regression - missing label for external link URL field in link chooser (Stefani Castellanos) 2.6.3 (22.10.2019) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 2a156b76f..ed50a25df 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -418,7 +418,7 @@ Contributors * ryanomor * Thijs Baaijen * Igor van Spengen -* Timothy Bautista +* Stefani Castellanos Translators =========== diff --git a/docs/releases/2.7.rst b/docs/releases/2.7.rst index 7e48690c5..b7e8a8592 100644 --- a/docs/releases/2.7.rst +++ b/docs/releases/2.7.rst @@ -78,7 +78,7 @@ Bug fixes * ``DraftailRichTextArea`` is no longer treated as a hidden field by Django's form logic (Sergey Fedoseev) * Replace format() placeholders in translatable strings with % formatting (Matt Westcott) * Altering Django REST Framework's ``DEFAULT_AUTHENTICATION_CLASSES`` setting no longer breaks the page explorer menu and admin API (Matt Westcott) - * Regression - missing label for external link URL field in link chooser (Timothy Bautista) + * Regression - missing label for external link URL field in link chooser (Stefani Castellanos) Upgrade considerations