Release note for #4480 in 1.12.4

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

View file

@ -5,6 +5,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

@ -251,6 +251,7 @@ Contributors
* Tomasz Knapik
* Venelin Stoykov
* Martin Sandström
* Aram Dulyan
Translators
===========

View file

@ -1,6 +1,6 @@
============================
Wagtail 1.12.4 release notes
============================
=============================================
Wagtail 1.12.4 release notes - IN DEVELOPMENT
=============================================
.. contents::
:local:
@ -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)