aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-11-18 14:23:13 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-11-18 14:23:13 +0100
commitd9b92ee11b33fed5c7a94a91415fa846705f7dd3 (patch)
treeb936c0e1b7c9d3fbe8656a1b3a449383dcc00d55 /railties/CHANGELOG
parent75fb8dfb996f5c5d8b64d10ce7b27eeb681d5316 (diff)
downloadrails-d9b92ee11b33fed5c7a94a91415fa846705f7dd3.tar.gz
rails-d9b92ee11b33fed5c7a94a91415fa846705f7dd3.tar.bz2
rails-d9b92ee11b33fed5c7a94a91415fa846705f7dd3.zip
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]
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 e6b90198ab..2af9946c69 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*2.3.0/3.0*
+* 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]