aboutsummaryrefslogtreecommitdiffstats
path: root/actionwebservice/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2006-06-27 19:41:14 +0000
committerMarcel Molina <marcel@vernix.org>2006-06-27 19:41:14 +0000
commit68a320ad2047c483b4b07cd51c5043cdef562adb (patch)
tree7a783a08c9c0324c98f10f3cbf8b87f4d185e76f /actionwebservice/CHANGELOG
parent236c7325df4ca2783c92dffc0f0b9592f822d95a (diff)
downloadrails-68a320ad2047c483b4b07cd51c5043cdef562adb.tar.gz
rails-68a320ad2047c483b4b07cd51c5043cdef562adb.tar.bz2
rails-68a320ad2047c483b4b07cd51c5043cdef562adb.zip
Fix invoke_layered since api_method didn't declare :expects. Closes #4720. [Kevin Ballard <kevin@sb.org>, Kent Sibilev]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4497 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 22bdd328aa..ee3e8b3746 100644
--- a/actionwebservice/CHANGELOG
+++ b/actionwebservice/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix invoke_layered since api_method didn't declare :expects. Closes #4720. [Kevin Ballard <kevin@sb.org>, Kent Sibilev]
+
* Replace alias method chaining with Module#alias_method_chain. [Marcel Molina Jr.]
* Replace Ruby's deprecated append_features in favor of included. [Marcel Molina Jr.]