mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-21 13:31:54 +00:00
Add release notes for 1.12.4 - 1.12.6 and 1.13.2 - 1.13.4
Conflicts: CHANGELOG.txt docs/releases/index.rst
This commit is contained in:
parent
5cffb66a67
commit
29f5716dfe
6 changed files with 96 additions and 0 deletions
|
|
@ -168,6 +168,19 @@ Changelog
|
|||
* Fix: Prevent style leak of Wagtail panel icons in widgets using ``h2`` elements (THibaud Colas)
|
||||
|
||||
|
||||
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)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Pin django-taggit to <0.23 to restore Django 1.8 compatibility (Matt Westcott)
|
||||
* Fix: Mark Beautiful Soup 4.6.1 as incompatible due to bug in formatting empty elements (Matt Westcott)
|
||||
|
||||
|
||||
1.13.2 (04.07.2018)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
@ -221,6 +234,19 @@ Changelog
|
|||
* Fix: API listing views no longer fail when no site records are defined (Karl Hobley)
|
||||
|
||||
|
||||
1.12.6 (13.08.2018)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Pin Beautiful Soup to 4.6.0 due to further regressions in formatting empty elements (Matt Westcott)
|
||||
|
||||
|
||||
1.12.5 (13.08.2018)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Pin django-taggit to <0.23 to restore Django 1.8 compatibility (Matt Westcott)
|
||||
* Fix: Mark Beautiful Soup 4.6.1 as incompatible due to bug in formatting empty elements (Matt Westcott)
|
||||
|
||||
|
||||
1.12.4 (04.07.2018)
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
17
docs/releases/1.12.5.rst
Normal file
17
docs/releases/1.12.5.rst
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
============================
|
||||
Wagtail 1.12.5 release notes
|
||||
============================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Pin django-taggit to <0.23 to restore Django 1.8 compatibility (Matt Westcott)
|
||||
* Mark Beautiful Soup 4.6.1 as incompatible due to bug in formatting empty elements (Matt Westcott)
|
||||
16
docs/releases/1.12.6.rst
Normal file
16
docs/releases/1.12.6.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
============================
|
||||
Wagtail 1.12.6 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)
|
||||
17
docs/releases/1.13.3.rst
Normal file
17
docs/releases/1.13.3.rst
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
============================
|
||||
Wagtail 1.13.3 release notes
|
||||
============================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Pin django-taggit to <0.23 to restore Django 1.8 compatibility (Matt Westcott)
|
||||
* Mark Beautiful Soup 4.6.1 as incompatible due to bug in formatting empty elements (Matt Westcott)
|
||||
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)
|
||||
|
|
@ -10,9 +10,13 @@ Release notes
|
|||
2.1
|
||||
2.0.1
|
||||
2.0
|
||||
1.13.4
|
||||
1.13.3
|
||||
1.13.2
|
||||
1.13.1
|
||||
1.13
|
||||
1.12.6
|
||||
1.12.5
|
||||
1.12.4
|
||||
1.12.3
|
||||
1.12.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue