Release notes for #3359

pull/3211/merge
Janneke Janssen 2017-02-13 11:21:40 +01:00
rodzic 9eef436d41
commit 5d706d2542
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -8,6 +8,7 @@ Changelog
* Hooks can now specify the order in which they are run (Gagaro)
* Added a `submit_buttons` block to login template (Gagaro)
* Fix: Marked 'Date from' / 'Date to' strings in wagtailforms for translation (Vorlif)
* Fix: Unreliable preview is now reliable by always opening in a new window (Kjartan Sverrisson)
1.9 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -211,6 +211,7 @@ Contributors
* David Ray
* Alasdair Nicol
* Vorlif
* Kjartan Sverrisson
Translators
===========

Wyświetl plik

@ -22,6 +22,7 @@ Bug fixes
~~~~~~~~~
* Marked 'Date from' / 'Date to' strings in wagtailforms for translation (Vorlif)
* Unreliable preview is now reliable by always opening in a new window (Kjartan Sverrisson)
Upgrade considerations