mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-21 05:21:54 +00:00
Release note for #4480 in 1.12.4
This commit is contained in:
parent
b05d9f9cc6
commit
edf649e810
3 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -299,6 +299,7 @@ Contributors
|
|||
* David Moore
|
||||
* Pierre Geier
|
||||
* Jérôme Lebleu
|
||||
* Aram Dulyan
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue