mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-09 07:54:44 +00:00
Add release notes for 1.4.6
Conflicts: CHANGELOG.txt docs/releases/index.rst
This commit is contained in:
parent
f0e8a5ff33
commit
8c83ee05b1
3 changed files with 23 additions and 0 deletions
|
|
@ -75,6 +75,12 @@ Changelog
|
|||
* Fix: Confirmation message on the ModelAdmin delete view no longer errors if the model's string representation depends on the primary key (Yannick Chabbert)
|
||||
|
||||
|
||||
1.4.6 (18.07.2016)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Pin html5lib to version 0.999999 to prevent breakage caused by internal API changes (Liam Brenner)
|
||||
|
||||
|
||||
1.4.5 (19.05.2016)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
16
docs/releases/1.4.6.rst
Normal file
16
docs/releases/1.4.6.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
===========================
|
||||
Wagtail 1.4.6 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)
|
||||
|
|
@ -7,6 +7,7 @@ Release notes
|
|||
1.5.2
|
||||
1.5.1
|
||||
1.5
|
||||
1.4.6
|
||||
1.4.5
|
||||
1.4.4
|
||||
1.4.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue