mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-19 22:41:00 +00:00
Release note for #3256
This commit is contained in:
parent
a6f73b699a
commit
c5c8afc196
4 changed files with 24 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.8.1 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Reduced `Rendition.focal_point_key` field length to prevent migration failure when upgrading to Wagtail 1.8 on MySQL with `utf8` character encoding (Andy Chosak, Matt Westcott)
|
||||
|
||||
|
||||
1.8 (15.12.2016)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
|
|
@ -193,6 +193,7 @@ Contributors
|
|||
* Jeffrey Chau
|
||||
* Craig Loftus
|
||||
* Mihail Russu
|
||||
* Andy Chosak
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
16
docs/releases/1.8.1.rst
Normal file
16
docs/releases/1.8.1.rst
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
============================================
|
||||
Wagtail 1.8.1 release notes - IN DEVELOPMENT
|
||||
============================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's changed
|
||||
==============
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Reduced ``Rendition.focal_point_key`` field length to prevent migration failure when upgrading to Wagtail 1.8 on MySQL with ``utf8`` character encoding (Andy Chosak, Matt Westcott)
|
||||
|
|
@ -4,6 +4,7 @@ Release notes
|
|||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
1.8.1
|
||||
1.8
|
||||
1.7
|
||||
1.6.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue