mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add CHANGELOG entry
This commit is contained in:
parent
449039a86d
commit
14a1df1409
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
## Rails 4.0.0 (unreleased) ##
|
||||
|
||||
* Remove ActionDispatch::Head middleware in favor of Rack::Head. *Santiago Pastorino*
|
||||
|
||||
* Deprecate `:confirm` in favor of `:data => { :confirm => "Text" }` option for `button_to`, `button_tag`, `image_submit_tag`, `link_to` and `submit_tag` helpers.
|
||||
|
||||
*Carlos Galdino + Rafael Mendonça França*
|
||||
|
|
Loading…
Reference in a new issue