Add release notes for #3285

This commit is contained in:
Mikalai Radchuk 2017-01-22 13:03:10 +03:00 committed by Karl Hobley
parent 0e4fcc0b39
commit cc4f941c0a
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@ Changelog
1.12 (xx.xx.xxxx) - IN DEVELOPMENT
~~~~~~~~~~~~~~~~~
* The admin interface now displays a title of the latest draft (Mikalai Radchuk)
* 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)

View file

@ -13,6 +13,7 @@ What's new
Other features
~~~~~~~~~~~~~~
* The admin interface now displays a title of the latest draft (Mikalai Radchuk)
* Added multi-select form field to the form builder (dwasyl)
Bug fixes