aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-04-05 16:07:35 -0700
committerwycats <wycats@gmail.com>2010-04-05 16:07:35 -0700
commit0087d0748b9e47816245deb4ba3a570b77688282 (patch)
tree29559d8256bee1aaf3ed2ee8c843e899bbafd0d4 /actionpack/CHANGELOG
parent542946a0c2e8a694eac58a9cf50c8b9c734b5ef2 (diff)
downloadrails-0087d0748b9e47816245deb4ba3a570b77688282.tar.gz
rails-0087d0748b9e47816245deb4ba3a570b77688282.tar.bz2
rails-0087d0748b9e47816245deb4ba3a570b77688282.zip
Include author in changelog
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 c4ebedf1b0..5b5d01b124 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,17 +1,17 @@
*Rails 3.0.0 [Edge] (pending)*
* 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)*