mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-19 20:41:56 +00:00
Changelog/release note for #2922
This commit is contained in:
parent
628952f5f1
commit
230f6eab5d
3 changed files with 23 additions and 0 deletions
|
|
@ -9,6 +9,12 @@ Changelog
|
|||
* Fix: The default image format label text ('Full width', 'Left-aligned', 'Right-aligned') is now localised (Mikalai Radchuk)
|
||||
|
||||
|
||||
1.6.1 (xx.xx.xxxx)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Wagtail's middleware classes are now compatible with Django 1.10's new-style middleware (Karl Hobley)
|
||||
|
||||
|
||||
1.6 (15.08.2016)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
16
docs/releases/1.6.1.rst
Normal file
16
docs/releases/1.6.1.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
============================================
|
||||
Wagtail 1.6.1 release notes - IN DEVELOPMENT
|
||||
============================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Fix: Wagtail's middleware classes are now compatible with Django 1.10's `new-style middleware <https://docs.djangoproject.com/en/1.10/releases/1.10/#new-style-middleware>`_ (Karl Hobley)
|
||||
|
|
@ -5,6 +5,7 @@ Release notes
|
|||
:maxdepth: 1
|
||||
|
||||
1.7
|
||||
1.6.1
|
||||
1.6
|
||||
1.5.3
|
||||
1.5.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue