aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2010-04-05 16:08:03 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2010-04-05 16:08:03 -0700
commitebc80ea1cb9536c41adfc93dd4c8e134b7d0677c (patch)
treecd9d5c1863c250b3348ceff6be00e9913f4724cc /actionpack/CHANGELOG
parentf8730e5ce6bba4de7639ac09c6c193458038f748 (diff)
parent0087d0748b9e47816245deb4ba3a570b77688282 (diff)
downloadrails-ebc80ea1cb9536c41adfc93dd4c8e134b7d0677c.tar.gz
rails-ebc80ea1cb9536c41adfc93dd4c8e134b7d0677c.tar.bz2
rails-ebc80ea1cb9536c41adfc93dd4c8e134b7d0677c.zip
Merge branch 'master' of github.com:rails/rails
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG6
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 46210690cd..84481d0194 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -3,17 +3,17 @@
* Added all the new HTML5 form types as individual form tag methods (search, url, number, etc) #3646 [Stephen Celis]
* Changed the object used in routing constraints to be an instance of
- ActionDispatch::Request rather than Rack::Request
+ ActionDispatch::Request rather than Rack::Request [YK]
* Changed ActionDispatch::Request#method to return a String, to be compatible
with Rack::Request. Added ActionDispatch::Request#method_symbol to
- return a symbol form of the request method.
+ return a symbol form of the request method. [YK]
* Changed ActionDispatch::Request#method to return the original
method and #request_method to return the overridden method in the
case of methodoverride being used (this means that #method returns
"HEAD" and #request_method returns "GET" in HEAD requests). This
- is for compatibility with Rack::Request
+ is for compatibility with Rack::Request [YK]
*Rails 3.0.0 [beta 2] (April 1st, 2010)*