Update CHANGELOG.

This commit is contained in:
José Valim 2010-06-23 00:52:20 +02:00
parent 9651ca751c
commit a6eeb0865e
1 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
*Rails 3.0.0 [Release Candidate] (unreleased)*
* 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]
* Allow options to be given to the namespace method in the new router [Carlos Antônio da Silva]
* Deprecate :name_prefix in the new router DSL [José Valim]
* Add shallow routes back to the new router [Diego Carrion, Andrew White]