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
f5ebc9a232
commit
de29c3088b
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
## Rails 4.0.0 (unreleased) ##
|
||||
|
||||
* Templates without a handler extension now raises a deprecation warning but still
|
||||
defaults to ERb. In future releases, it will simply return the template contents. *Steve Klabnik*
|
||||
|
||||
* Remove `:disable_with` in favor of `'data-disable-with'` option from `submit_tag`, `button_tag` and `button_to` helpers.
|
||||
|
||||
*Carlos Galdino + Rafael Mendonça França*
|
||||
|
|
Loading…
Reference in a new issue