1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

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]