mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Release notes for 1.13.4
This commit is contained in:
parent
5860401303
commit
f85a0e4308
3 changed files with 24 additions and 0 deletions
|
|
@ -1,6 +1,13 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
|
||||
1.13.4 (13.08.2018)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Pin Beautiful Soup to 4.6.0 due to further regressions in formatting empty elements (Matt Westcott)
|
||||
|
||||
|
||||
1.13.3 (13.08.2018)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
16
docs/releases/1.13.4.rst
Normal file
16
docs/releases/1.13.4.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
============================
|
||||
Wagtail 1.13.4 release notes
|
||||
============================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Pin Beautiful Soup to 4.6.0 due to further regressions in formatting empty elements (Matt Westcott)
|
||||
|
|
@ -5,6 +5,7 @@ Release notes
|
|||
:maxdepth: 1
|
||||
|
||||
upgrading
|
||||
1.13.4
|
||||
1.13.3
|
||||
1.13.2
|
||||
1.13.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue