Release notes for #3482

This commit is contained in:
Mikalai Radchuk 2017-03-27 20:28:45 +03:00
parent df12154216
commit 35a1af2b3b
3 changed files with 3 additions and 0 deletions

View file

@ -46,6 +46,7 @@ Changelog
* Fix: Scrolling within the datetime picker is now usable again for touchpads (Ralph Jacobs)
* Fix: List-based fields within form builder form submissions are now displayed as comma-separated strings rather than as Python lists (Christine Ho, Matt Westcott)
* Fix: Ensure that page editor forms are submitted as multipart when file fields exist in InlinePanels (Wietze Helmantel)
* Fix: The page type usage listing now have a translatable page title (Ramon de Jezus)
1.9 (16.02.2017)

View file

@ -226,6 +226,7 @@ Contributors
* Maarten Kling
* Huub Bouma
* Thijs Kramer
* Ramon de Jezus
Translators
===========

View file

@ -58,6 +58,7 @@ Bug fixes
* Scrolling within the datetime picker is now usable again for touchpads (Ralph Jacobs)
* List-based fields within form builder form submissions are now displayed as comma-separated strings rather than as Python lists (Christine Ho, Matt Westcott)
* Ensure that page editor forms are submitted as multipart when file fields exist in InlinePanels (Wietze Helmantel)
* The page type usage listing now have a translatable page title (Ramon de Jezus)
Upgrade considerations