mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-21 13:31:54 +00:00
Release note for #4553 in 1.13.x
This commit is contained in:
parent
d3970f06cd
commit
58eb55c8e3
2 changed files with 2 additions and 0 deletions
|
|
@ -165,6 +165,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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue