diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-10-28 19:28:51 +0100 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-10-28 19:28:51 +0100 |
commit | d5b0ba66323062b54974fc224a909ffabf400a13 (patch) | |
tree | 9badfbc5b9a4f858b97074ebcf31b4e8514c45ad /activesupport/CHANGELOG | |
parent | a61c4dfa70892d21a96802398605880cfda75c90 (diff) | |
download | rails-d5b0ba66323062b54974fc224a909ffabf400a13.tar.gz rails-d5b0ba66323062b54974fc224a909ffabf400a13.tar.bz2 rails-d5b0ba66323062b54974fc224a909ffabf400a13.zip |
Make I18n::Backend::Simple reload its translations in development mode [DHH]
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 819a67adfa..903c7b6e76 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,3 +1,8 @@ +*2.2.1 [RC2 or 2.2 final]* + +* Make I18n::Backend::Simple reload its translations in development mode [DHH] + + *2.2.0 [RC1] (October 24th, 2008)* * TimeWithZone#freeze: preload instance variables so that we can actually freeze [Geoff Buesing] |