aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-17 17:31:15 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-17 17:31:15 +0000
commitecfe77f38d21779af96bc9b8f876c15620151d6a (patch)
tree0810a9cf97b0c999a24348fc009ada68611d1d8d /railties/CHANGELOG
parent4ec7a4b5b740aaeb81d2724918abda0b4b46c0f2 (diff)
downloadrails-ecfe77f38d21779af96bc9b8f876c15620151d6a.tar.gz
rails-ecfe77f38d21779af96bc9b8f876c15620151d6a.tar.bz2
rails-ecfe77f38d21779af96bc9b8f876c15620151d6a.zip
CHANGELOGs..
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@448 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 6ece5cece4..490eb004db 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,3 +1,8 @@
+*SVN*
+
+* Fixed binding of caller #496 [Alexey]
+
+
*0.9.4* (January 17th, 2005)
* Added that ApplicationController will catch a ControllerNotFound exception if someone attempts to access a url pointing to an unexisting controller [Tobias Luetke]