aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/CHANGELOG
diff options
context:
space:
mode:
authorKent Sibilev <ksibilev@gmail.com>2006-10-01 15:46:00 +0000
committerKent Sibilev <ksibilev@gmail.com>2006-10-01 15:46:00 +0000
commitf1d1f01b6d792b6e02bde2b5d73f833edc65d211 (patch)
tree6e8d7f01e470198875645e154007652f8c90b627 /actionwebservice/CHANGELOG
parent3010e30f0ed9407e3d608e8bb4859f09cb52c14e (diff)
downloadrails-f1d1f01b6d792b6e02bde2b5d73f833edc65d211.tar.gz
rails-f1d1f01b6d792b6e02bde2b5d73f833edc65d211.tar.bz2
rails-f1d1f01b6d792b6e02bde2b5d73f833edc65d211.zip
Removed deprecated @request and @response usages.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@5213 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionwebservice/CHANGELOG')
-rw-r--r--actionwebservice/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionwebservice/CHANGELOG b/actionwebservice/CHANGELOG
index 65297433fb..282bf0dd09 100644
--- a/actionwebservice/CHANGELOG
+++ b/actionwebservice/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Removed deprecated @request and @response usages. [Kent Sibilev]
+
* Removed invocation of deprecated before_action and around_action filter methods. Corresponding before_invocation and after_invocation methods should be used instead. #6275 [Kent Sibilev]
* Provide access to the underlying SOAP driver. #6212 [bmilekic, Kent Sibilev]