mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Release notes for #2966
This commit is contained in:
parent
49dae4ee10
commit
8a41baa87d
3 changed files with 23 additions and 0 deletions
|
|
@ -15,6 +15,12 @@ Changelog
|
|||
* Fix: Fixed toggle behaviour of userbar on mobile (Robert Rollins)
|
||||
|
||||
|
||||
1.6.2 (XX.XX.XXXX)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Initial values of checkboxes on group permission edit form now are visible on Django 1.10 (Matt Westcott)
|
||||
|
||||
|
||||
1.6.1 (26.08.2016)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
16
docs/releases/1.6.2.rst
Normal file
16
docs/releases/1.6.2.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
===========================
|
||||
Wagtail 1.6.2 release notes
|
||||
===========================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's changed
|
||||
==============
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Initial values of checkboxes on group permission edit form now are visible on Django 1.10 (Matt Westcott)
|
||||
|
|
@ -5,6 +5,7 @@ Release notes
|
|||
:maxdepth: 1
|
||||
|
||||
1.7
|
||||
1.6.2
|
||||
1.6.1
|
||||
1.6
|
||||
1.5.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue