From 55ddab6d148ded2f19ab6ba9c3130fd97465a9fd Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Tue, 3 Jul 2018 15:49:34 +0100 Subject: [PATCH] Release note for #4553 in 1.13.x --- CHANGELOG.txt | 1 + docs/releases/1.13.2.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0972fb4ea2..a8d665b045 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -191,6 +191,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.13.1 (17.11.2017) diff --git a/docs/releases/1.13.2.rst b/docs/releases/1.13.2.rst index 3adce62cd4..1ead075108 100644 --- a/docs/releases/1.13.2.rst +++ b/docs/releases/1.13.2.rst @@ -15,3 +15,4 @@ 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) + * Rich text image chooser no longer skips format selection after a validation error (Matt Westcott)