aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-01-17 01:05:14 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-01-17 01:05:14 +0000
commit9577f0f57c6ad60e82d1ec07d528186918c4a66e (patch)
tree8e9dae9d25f3b33352682beb2974dda0b032b4f8 /railties/CHANGELOG
parentdd420ef303c874230fc811964592f296a8cbd846 (diff)
downloadrails-9577f0f57c6ad60e82d1ec07d528186918c4a66e.tar.gz
rails-9577f0f57c6ad60e82d1ec07d528186918c4a66e.tar.bz2
rails-9577f0f57c6ad60e82d1ec07d528186918c4a66e.zip
Fixed up some docs
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@438 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index d06ab1fd08..98065015cb 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added that ApplicationController will catch a ControllerNotFound exception if someone attempts to access a url pointing to an unexisting controller [Tobias Luetke]
+
* Flipped code-to-test ratio around to be more readable #468 [Scott Baron]
* Fixed log file permissions to be 666 instead of 777 (so they're not executable) #471 [Lucas Carlson]