1
0
Fork 0
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:
José Valim 2012-05-17 20:21:01 +03:00
parent f5ebc9a232
commit de29c3088b

View file

@ -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*