mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-22 22:05:50 +00:00
Changelog/release note/contributor for #1260
This commit is contained in:
parent
8f642a5b2f
commit
b3030ac6b0
4 changed files with 22 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -47,6 +47,7 @@ Contributors
|
|||
* Benoît Bar
|
||||
* Claudemiro
|
||||
* Tiago Henriques
|
||||
* Arne Schauf
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
15
docs/releases/0.8.8.rst
Normal file
15
docs/releases/0.8.8.rst
Normal 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
|
||||
|
|
@ -5,6 +5,7 @@ Release notes
|
|||
:maxdepth: 1
|
||||
|
||||
1.0
|
||||
0.8.8
|
||||
0.8.7
|
||||
0.8.6
|
||||
0.8.5
|
||||
|
|
|
|||
Loading…
Reference in a new issue