Release note for #4480 in 1.12.4

This commit is contained in:
Matt Westcott 2018-06-29 14:36:59 +01:00
parent b05d9f9cc6
commit edf649e810
3 changed files with 3 additions and 0 deletions

View file

@ -207,6 +207,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)
1.12.3 (17.11.2017)

View file

@ -299,6 +299,7 @@ Contributors
* David Moore
* Pierre Geier
* Jérôme Lebleu
* Aram Dulyan
Translators
===========

View file

@ -14,3 +14,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)