mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-10 08:14:53 +00:00
Release notes for 2.1.2
This commit is contained in:
parent
b10b6a56d9
commit
7170d6182a
3 changed files with 25 additions and 0 deletions
|
|
@ -35,6 +35,13 @@ Changelog
|
|||
* Fix: Fix alignment of checkboxes and radio buttons on Firefox (Matt Westcott)
|
||||
|
||||
|
||||
2.1.2 (06.08.2018)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Bundle the l18n package to avoid installation issues on systems with a non-Unicode locale (Matt Westcott)
|
||||
* Fix: Mark Beautiful Soup 4.6.1 as incompatible due to bug in formatting empty elements (Matt Westcott)
|
||||
|
||||
|
||||
2.1.1 (04.07.2018)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
17
docs/releases/2.1.2.rst
Normal file
17
docs/releases/2.1.2.rst
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
===========================
|
||||
Wagtail 2.1.2 release notes
|
||||
===========================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Bundle the l18n package to avoid installation issues on systems with a non-Unicode locale (Matt Westcott)
|
||||
* Mark Beautiful Soup 4.6.1 as incompatible due to bug in formatting empty elements (Matt Westcott)
|
||||
|
|
@ -6,6 +6,7 @@ Release notes
|
|||
|
||||
upgrading
|
||||
2.2
|
||||
2.1.2
|
||||
2.1.1
|
||||
2.1
|
||||
2.0.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue