mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-26 23:54:00 +00:00
Copy 1.13.2 release notes to master
This commit is contained in:
parent
6c3431580a
commit
b4a2e13cb0
3 changed files with 27 additions and 2 deletions
|
|
@ -185,6 +185,13 @@ Changelog
|
||||||
* Fix: Prevent style leak of Wagtail panel icons in widgets using ``h2`` elements (THibaud Colas)
|
* Fix: Prevent style leak of Wagtail panel icons in widgets using ``h2`` elements (THibaud Colas)
|
||||||
|
|
||||||
|
|
||||||
|
1.13.2 (IN DEVELOPMENT)
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
* 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.13.1 (17.11.2017)
|
1.13.1 (17.11.2017)
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
@ -232,8 +239,8 @@ Changelog
|
||||||
1.12.4 (IN DEVELOPMENT)
|
1.12.4 (IN DEVELOPMENT)
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
* Fix: Fix support of `ATOMIC_REBUILD` for projects with Elasticsearch client >=1.7.0 (Mikalai Radchuk)
|
* 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: 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)
|
1.12.3 (17.11.2017)
|
||||||
|
|
|
||||||
17
docs/releases/1.13.2.rst
Normal file
17
docs/releases/1.13.2.rst
Normal file
|
|
@ -0,0 +1,17 @@
|
||||||
|
=============================================
|
||||||
|
Wagtail 1.13.2 release notes - IN DEVELOPMENT
|
||||||
|
=============================================
|
||||||
|
|
||||||
|
.. contents::
|
||||||
|
:local:
|
||||||
|
:depth: 1
|
||||||
|
|
||||||
|
|
||||||
|
What's new
|
||||||
|
==========
|
||||||
|
|
||||||
|
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)
|
||||||
|
|
@ -10,6 +10,7 @@ Release notes
|
||||||
2.1
|
2.1
|
||||||
2.0.1
|
2.0.1
|
||||||
2.0
|
2.0
|
||||||
|
1.13.2
|
||||||
1.13.1
|
1.13.1
|
||||||
1.13
|
1.13
|
||||||
1.12.4
|
1.12.4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue