mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Add release notes for 1.5.3
This commit is contained in:
parent
8c83ee05b1
commit
dca4fe054b
3 changed files with 23 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.5.3 (18.07.2016)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Pin html5lib to version 0.999999 to prevent breakage caused by internal API changes (Liam Brenner)
|
||||
|
||||
|
||||
1.5.2 (08.06.2016)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
16
docs/releases/1.5.3.rst
Normal file
16
docs/releases/1.5.3.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
===========================
|
||||
Wagtail 1.5.3 release notes
|
||||
===========================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's changed
|
||||
==============
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Pin html5lib to version 0.999999 to prevent breakage caused by internal API changes (Liam Brenner)
|
||||
|
|
@ -4,6 +4,7 @@ Release notes
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
1.5.3
|
||||
1.5.2
|
||||
1.5.1
|
||||
1.5
|
||||
|
|
|
|||
Loading…
Reference in a new issue