From b329ed4b657170535f2f795c36fbb23b2b955524 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 3 Jul 2018 16:03:55 +0100 Subject: [PATCH] Release note for #4553 in 1.12.4 --- CHANGELOG.txt | 1 + docs/releases/1.12.4.rst | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a8d665b045..0e7e12989d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -243,6 +243,7 @@ Changelog * Fix: Fix support of `ATOMIC_REBUILD` for projects with Elasticsearch client >=1.7.0 (Mikalai Radchuk) * Fix: Logging an indexing failure on an object with a non-ASCII representation no longer crashes on Python 2 (Aram Dulyan) + * Fix: Rich text image chooser no longer skips format selection after a validation error (Matt Westcott) 1.12.3 (17.11.2017) diff --git a/docs/releases/1.12.4.rst b/docs/releases/1.12.4.rst index 8784bcc9fc..7f52a4799d 100644 --- a/docs/releases/1.12.4.rst +++ b/docs/releases/1.12.4.rst @@ -13,5 +13,6 @@ What's new Bug fixes ~~~~~~~~~ -* Fix support of ``ATOMIC_REBUILD`` for projects with Elasticsearch client ``>=1.7.0`` (Mikalai Radchuk) -* Logging an indexing failure on an object with a non-ASCII representation no longer crashes on Python 2 (Aram Dulyan) + * Fix support of ``ATOMIC_REBUILD`` for projects with Elasticsearch client ``>=1.7.0`` (Mikalai Radchuk) + * Logging an indexing failure on an object with a non-ASCII representation no longer crashes on Python 2 (Aram Dulyan) + * Rich text image chooser no longer skips format selection after a validation error (Matt Westcott)