Revert "Add missing CHANGELOG entry about reset_javascript_include_default"

This reverts commit 234a4ca7dd.

Reason: No big deal Ryan, only there's a very strict policy in
docrails which allows public write access on the other hand.
CHANGELOGs can only be edited in master. If this is added I'll
make sure you get the credit for the patch.
This commit is contained in:
Xavier Noria
2010-10-11 12:00:37 +02:00
parent 70ad6e499f
commit e6b45b8111

View File

@@ -33,8 +33,6 @@
* 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]