kopia lustrzana https://github.com/wagtail/wagtail
Changelog/release note for #1218
rodzic
06c3cf91a2
commit
6de6437298
|
@ -47,6 +47,11 @@ Changelog
|
|||
* Fix: Prevent logout on changing password when SessionAuthenticationMiddleware is in use
|
||||
|
||||
|
||||
0.8.7 (xx.xx.2015)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
* Fix: wagtailfrontendcache no longer tries to purge pages that are not in a site
|
||||
|
||||
|
||||
0.8.6 (10.03.2015)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
* Translations updated, including new translations for Czech, Italian and Japanese
|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
============================================
|
||||
Wagtail 0.8.7 release notes - IN DEVELOPMENT
|
||||
============================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
What's changed
|
||||
==============
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* ``wagtailfrontendcache`` no longer tries to purge pages that are not in a site
|
|
@ -5,6 +5,7 @@ Release notes
|
|||
:maxdepth: 1
|
||||
|
||||
1.0
|
||||
0.8.7
|
||||
0.8.6
|
||||
0.8.5
|
||||
0.8.4
|
||||
|
|
Ładowanie…
Reference in New Issue