mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-14 02:03:11 +00:00
Add release note for #3973 backported to 1.12.x
This commit is contained in:
parent
90153e31c8
commit
d5964b3bfa
3 changed files with 23 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.12.3 (xx.xx.20xx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: API listing views no longer fail when no site records are defined (Karl Hobley)
|
||||
|
||||
|
||||
1.12.2 (18.09.2017)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
16
docs/releases/1.12.3.rst
Normal file
16
docs/releases/1.12.3.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
=============================================
|
||||
Wagtail 1.12.3 release notes - IN DEVELOPMENT
|
||||
=============================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* API listing views no longer fail when no site records are defined (Karl Hobley)
|
||||
|
|
@ -5,6 +5,7 @@ Release notes
|
|||
:maxdepth: 1
|
||||
|
||||
upgrading
|
||||
1.12.3
|
||||
1.12.2
|
||||
1.12.1
|
||||
1.12
|
||||
|
|
|
|||
Loading…
Reference in a new issue