mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Release note for #4480 in 1.12.4
This commit is contained in:
parent
cfe2b4a6a2
commit
b6bd954130
3 changed files with 6 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -251,6 +251,7 @@ Contributors
|
|||
* Tomasz Knapik
|
||||
* Venelin Stoykov
|
||||
* Martin Sandström
|
||||
* Aram Dulyan
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue