From b7a5ffd08342da133c4fbf0c15a895c1608fbdbb Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Thu, 20 Nov 2008 13:46:56 -0800 Subject: Update changelog to reflect move from Test::Unit::TestCase to ActiveSupport::TestCase --- railties/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 52ddc5c464..a93052298b 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *2.3.0 [Edge]* +* Switch from Test::Unit::TestCase to ActiveSupport::TestCase. [Jeremy Kemper] + * Added config.i18n settings gatherer to config/environment, auto-loading of all locales in config/locales/*.rb,yml, and config/locales/en.yml as a sample locale [DHH] * BACKWARDS INCOMPATIBLE: Renamed application.rb to application_controller.rb and removed all the special casing that was in place to support the former. You must do this rename in your own application when you upgrade to this version [DHH] -- cgit v1.2.3