diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 58002e0b1e..4d00ad9327 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -185,6 +185,13 @@ Changelog * 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) ~~~~~~~~~~~~~~~~~~~ @@ -232,8 +239,8 @@ Changelog 1.12.4 (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) + * 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) diff --git a/docs/releases/1.13.2.rst b/docs/releases/1.13.2.rst new file mode 100644 index 0000000000..3adce62cd4 --- /dev/null +++ b/docs/releases/1.13.2.rst @@ -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) diff --git a/docs/releases/index.rst b/docs/releases/index.rst index 5acdcdb9dd..8e2ad755e1 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -10,6 +10,7 @@ Release notes 2.1 2.0.1 2.0 + 1.13.2 1.13.1 1.13 1.12.4