mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-19 14:31:00 +00:00
Changelog/release note for #3670
This commit is contained in:
parent
0f1ad6c6bf
commit
ae070c688e
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue