mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-13 01:33:16 +00:00
Changelog/release note for #2438
This commit is contained in:
parent
2b936a00e5
commit
a0916b1c4c
3 changed files with 23 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.4.3 (xx.03.2016)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fixed regression introduced in 1.4.2 which caused Wagtail to query the database during a system check (Tim Heap)
|
||||
|
||||
|
||||
1.4.2 (31.03.2016)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
16
docs/releases/1.4.3.rst
Normal file
16
docs/releases/1.4.3.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
============================================
|
||||
Wagtail 1.4.3 release notes - IN DEVELOPMENT
|
||||
============================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's changed
|
||||
==============
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Fixed regression introduced in 1.4.2 which caused Wagtail to query the database during a system check (Tim Heap)
|
||||
|
|
@ -4,6 +4,7 @@ Release notes
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
1.4.3
|
||||
1.4.2
|
||||
1.4.1
|
||||
1.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue