Changelog/release note/contributor for #1260

This commit is contained in:
Karl Hobley 2015-05-03 11:24:35 +01:00
parent 8f642a5b2f
commit b3030ac6b0
4 changed files with 22 additions and 0 deletions

View file

@ -48,6 +48,11 @@ Changelog
* Added a new decorator-based syntax for RoutablePage, compatible with Django 1.8
0.8.8 (xx.xx.2015)
~~~~~~~~~~~~~~~~~~
* Fix: Formbuilder no longer raises TypeError when submitting unchecked boolean field (Arne Schauf)
0.8.7 (29.04.2015)
~~~~~~~~~~~~~~~~~~
* Fix: wagtailfrontendcache no longer tries to purge pages that are not in a site

View file

@ -47,6 +47,7 @@ Contributors
* Benoît Bar
* Claudemiro
* Tiago Henriques
* Arne Schauf
Translators
===========

15
docs/releases/0.8.8.rst Normal file
View file

@ -0,0 +1,15 @@
===========================
Wagtail 0.8.8 release notes
===========================
.. contents::
:local:
:depth: 1
What's changed
==============
Bug fixes
~~~~~~~~~
* Form builder no longer raises a ``TypeError`` when submitting unchecked boolean field

View file

@ -5,6 +5,7 @@ Release notes
:maxdepth: 1
1.0
0.8.8
0.8.7
0.8.6
0.8.5