1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add missing CHANGELOG entry about reset_javascript_include_default

This commit is contained in:
Ryan Bigg 2010-10-11 13:32:04 +11:00
parent ef74ad8e0c
commit 234a4ca7dd

View file

@ -33,6 +33,8 @@
* Upgrade to Rack 1.2.1 [Jeremy Kemper]
* Removed reset_javascript_include_default, use config.action_view.javascript_expansions in config/application.rb for this instead [José Valim]
* Allow :path to be given to match/get/post/put/delete instead of :path_names in the new router [Carlos Antônio da Silva]
* Added resources_path_names to the new router DSL [José Valim]