Update changelog to reflect move from Test::Unit::TestCase to ActiveSupport::TestCase

This commit is contained in:
Jeremy Kemper
2008-11-20 13:46:56 -08:00
parent 53104c34b1
commit b7a5ffd083

View File

@@ -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]