From 0dc510481e8051e65d31f8cd095fc91eba178b34 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Thu, 18 Apr 2019 15:16:23 +0200 Subject: [PATCH] Move changelog entry for #5114 into correct section --- CHANGELOG.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index e42415116..c0b4558d7 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -56,6 +56,7 @@ Changelog * Fix: Page chooser now respects custom `get_admin_display_title` methods on parent page and breadcrumb (Haydn Greatnews) * Fix: Added consistent whitespace around sortable table headings (Matt Westcott) * Fix: Moved locale names for Chinese (Simplified) and Chinese (Traditional) to `zh_Hans` and `zh_Hant` (Matt Westcott) + * Fix: Increase max length on `Embed.thumbnail_url` to 255 characters (Kevin Howbrook) 2.4 (19.12.2018) @@ -90,7 +91,6 @@ Changelog * Fix: Updated draftjs_exporter to 2.1.5 to fix bug in handling adjacent entities (Thibaud Colas) * Fix: Page titles consisting only of stopwords now generate a non-empty default slug (Andy Chosak, Janneke Janssen) * Fix: Sitemap generator now allows passing a sitemap instance in the URL configuration (Mitchel Cabuloy, Dan Braghis) - * Fix: Increase max length on `Embed.thumbnail_url` to 255 characters (Kevin Howbrook) 2.3 LTS (23.10.2018)