diff options
Diffstat (limited to 'railties')
-rw-r--r-- | railties/CHANGELOG | 2 |
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] |