Changelog/release note for #3670

pull/3685/head
Karl Hobley 2017-06-30 09:33:35 +01:00
rodzic 0f1ad6c6bf
commit ae070c688e
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -7,6 +7,7 @@ Changelog
* Added multi-select form field to the form builder (dwasyl)
* Fix: FieldBlocks in StreamField now call the field's `prepare_value` method (Tim Heap)
* Fix: Initial disabled state of InlinePanel add button is now set correctly on non-default tabs (Matthew Downey)
* Fix: Redirects with unicode characters now work (Rich Brennan)
1.11 (xx.xx.xxxx) - IN DEVELOPMENT

Wyświetl plik

@ -20,6 +20,7 @@ Bug fixes
* FieldBlocks in StreamField now call the field's ``prepare_value`` method (Tim Heap)
* Initial disabled state of InlinePanel add button is now set correctly on non-default tabs (Matthew Downey)
* Redirects with unicode characters now work (Rich Brennan)
Upgrade considerations