mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-16 11:13:15 +00:00
Release note for #4739 in 2.2.2
This commit is contained in:
parent
064d2d1544
commit
84facaf759
3 changed files with 23 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
2.2.2 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Seek to the beginning of image files when uploading, to restore compatibility with django-storages Google Cloud and Azure backends (Mikalai Radchuk)
|
||||
|
||||
|
||||
2.2.1 (13.08.2018)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
16
docs/releases/2.2.2.rst
Normal file
16
docs/releases/2.2.2.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
============================================
|
||||
Wagtail 2.2.2 release notes - IN DEVELOPMENT
|
||||
============================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Seek to the beginning of image files when uploading, to restore compatibility with django-storages Google Cloud and Azure backends (Mikalai Radchuk)
|
||||
|
|
@ -5,6 +5,7 @@ Release notes
|
|||
:maxdepth: 1
|
||||
|
||||
upgrading
|
||||
2.2.2
|
||||
2.2.1
|
||||
2.2
|
||||
2.1.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue