Release note for #4553 in 1.13.x

pull/4668/head
Matt Westcott 2018-07-03 15:49:34 +01:00
rodzic ed9a3a2d69
commit 55ddab6d14
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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)