Update changelog with #1552 feature: add hidden field before select[multiple=true]

This commit is contained in:
Piotr Sarnacki 2011-06-11 18:24:05 +02:00
parent 82568bedae
commit e591d14b9c
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
*Rails 3.2.0 (unreleased)*
* Generate hidden input before select with :multiple option set to true.
This is useful when you rely on the fact that when no options is set,
the state of select will be sent to rails application. Without hidden field
nothing is sent according to HTML spec [Bogdan Gusiev]
* Refactor ActionController::TestCase cookies [Andrew White]
Assigning cookies for test cases should now use cookies[], e.g: