aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-11-25 23:51:46 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-11-25 23:51:46 +0000
commitd8207adb5f59693e7c00fb17dc9a28fd10a8c1a0 (patch)
tree404e523e6396fb586ad5557caf47ae91b5c02665 /actionpack/CHANGELOG
parent7ed0894c37a0222eaaa256cc9be19647c108e432 (diff)
downloadrails-d8207adb5f59693e7c00fb17dc9a28fd10a8c1a0.tar.gz
rails-d8207adb5f59693e7c00fb17dc9a28fd10a8c1a0.tar.bz2
rails-d8207adb5f59693e7c00fb17dc9a28fd10a8c1a0.zip
Added the opportunity to defined method_missing on a controller which will handle all requests for actions not otherwise defined #223 [timb]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@15 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG4
1 files changed, 3 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index 6b2c6e41e3..77cb4ee6f1 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,4 +1,6 @@
-*CVS*
+*SVN*
+
+* Added the opportunity to defined method_missing on a controller which will handle all requests for actions not otherwise defined #223 [timb]
* Fixed AbstractRequest#remote_ip for users going through proxies - Patch #228 [Eric Hodel]