mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-21 05:21:54 +00:00
Copy 1.12.4 release notes to 2.1.x branch
This commit is contained in:
parent
34579c3776
commit
b05d9f9cc6
3 changed files with 23 additions and 0 deletions
|
|
@ -203,6 +203,12 @@ Changelog
|
|||
* Fix: API listing views no longer fail when no site records are defined (Karl Hobley)
|
||||
|
||||
|
||||
1.12.4 (IN DEVELOPMENT)
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Fix support of `ATOMIC_REBUILD` for projects with Elasticsearch client >=1.7.0 (Mikalai Radchuk)
|
||||
|
||||
|
||||
1.12.3 (17.11.2017)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
16
docs/releases/1.12.4.rst
Normal file
16
docs/releases/1.12.4.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
=============================================
|
||||
Wagtail 1.12.4 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)
|
||||
|
|
@ -11,6 +11,7 @@ Release notes
|
|||
2.0
|
||||
1.13.1
|
||||
1.13
|
||||
1.12.4
|
||||
1.12.3
|
||||
1.12.2
|
||||
1.12.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue