mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-16 13:01:01 +00:00
Release note for #1660 (backport to 0.8.x)
Conflicts: CHANGELOG.txt docs/releases/index.rst
This commit is contained in:
parent
57d37b1154
commit
76a653e5a6
3 changed files with 21 additions and 0 deletions
|
|
@ -115,6 +115,11 @@ Changelog
|
|||
* Added new translations for Croatian and Finnish
|
||||
|
||||
|
||||
0.8.9 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
* Fix: When copying a page, IDs of child objects within page revision records were not remapped to the new objects; this would cause those objects to be lost from the original page when editing the new one
|
||||
|
||||
|
||||
0.8.8 (18.06.2015)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
* Fix: Formbuilder no longer raises TypeError when submitting unchecked boolean field (Arne Schauf)
|
||||
|
|
|
|||
15
docs/releases/0.8.9.rst
Normal file
15
docs/releases/0.8.9.rst
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
============================================
|
||||
Wagtail 0.8.8 release notes - IN DEVELOPMENT
|
||||
============================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
What's changed
|
||||
==============
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* When copying a page, IDs of child objects within page revision records were not remapped to the new objects; this would cause those objects to be lost from the original page when editing the new one
|
||||
|
|
@ -7,6 +7,7 @@ Release notes
|
|||
1.2
|
||||
1.1
|
||||
1.0
|
||||
0.8.9
|
||||
0.8.8
|
||||
0.8.7
|
||||
0.8.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue