mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update actionpack/CHANGELOG.md
This commit is contained in:
parent
37b4ba21cc
commit
c0d1f5f85b
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
## Rails 3.2.0 (unreleased) ##
|
||||
|
||||
* check_box helper with :disabled => true will generate a disabled hidden field to conform with the HTML convention where disabled fields are not submitted with the form.
|
||||
This is a behavior change, previously the hidden tag had a value of the disabled checkbox.
|
||||
*Tadas Tamosauskas*
|
||||
|
||||
## Rails 3.2.0 (unreleased) ##
|
||||
|
||||
* Add font_path helper method *Santiago Pastorino*
|
||||
|
||||
* Depends on rack ~> 1.4.0 *Santiago Pastorino*
|
||||
|
|
Loading…
Reference in a new issue