mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-21 15:14:45 +00:00
Create changelog / release notes section for 0.8.2
This commit is contained in:
parent
63f1018bf4
commit
f4b27c8abd
3 changed files with 21 additions and 2 deletions
|
|
@ -1,10 +1,10 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
0.9 (xx.xx.xxxx)
|
||||
0.8.2 (xx.xx.xxxx)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fixed missing jQuery UI sprite files, causing collectstatic to throw errors (most reported on Heroku)
|
||||
* Fix: Added missing jQuery UI sprite files, causing collectstatic to throw errors (most reported on Heroku)
|
||||
* Fix: Page system check for on_delete actions of ForeignKeys was throwing false positives when page class decends from an abstract class (Alejandro Giacometti)
|
||||
|
||||
|
||||
|
|
|
|||
18
docs/releases/0.8.2.rst
Normal file
18
docs/releases/0.8.2.rst
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
============================================
|
||||
Wagtail 0.8.2 release notes - IN DEVELOPMENT
|
||||
============================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's new
|
||||
==========
|
||||
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Added missing jQuery UI sprite files, causing collectstatic to throw errors (most reported on Heroku)
|
||||
* Page system check for on_delete actions of ForeignKeys was throwing false positives when page class decends from an abstract class (Alejandro Giacometti)
|
||||
|
|
@ -5,6 +5,7 @@ Release notes
|
|||
:maxdepth: 1
|
||||
|
||||
roadmap
|
||||
0.8.2
|
||||
0.8.1
|
||||
0.8
|
||||
0.7
|
||||
|
|
|
|||
Loading…
Reference in a new issue