From 51ee04db424f6c2434bfcc7065d96b590a792212 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 | 6 +++--- docs/releases/1.12.4.rst | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 84df8aa7b..8cf34a77f 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -4,9 +4,9 @@ Changelog 1.12.4 (IN DEVELOPMENT) ~~~~~~~~~~~~~~~~~~~~~~~ -* 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: 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 8784bcc9f..7f52a4799 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)