Release note for #3256

This commit is contained in:
Matt Westcott 2017-01-26 12:34:40 +00:00
parent a6f73b699a
commit c5c8afc196
4 changed files with 24 additions and 0 deletions

View file

@ -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)
~~~~~~~~~~~~~~~~

View file

@ -193,6 +193,7 @@ Contributors
* Jeffrey Chau
* Craig Loftus
* Mihail Russu
* Andy Chosak
Translators
===========

16
docs/releases/1.8.1.rst Normal file
View 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)

View file

@ -4,6 +4,7 @@ Release notes
.. toctree::
:maxdepth: 1
1.8.1
1.8
1.7
1.6.3