mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-20 21:11:55 +00:00
Add release notes for 1.12.5
This commit is contained in:
parent
3e1ca1c706
commit
76435fa475
3 changed files with 25 additions and 0 deletions
|
|
@ -1,6 +1,13 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
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)
|
||||
|
|
@ -5,6 +5,7 @@ Release notes
|
|||
:maxdepth: 1
|
||||
|
||||
upgrading
|
||||
1.12.5
|
||||
1.12.4
|
||||
1.12.3
|
||||
1.12.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue