diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2009-02-28 10:30:49 +0100 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2009-02-28 10:30:49 +0100 |
commit | 7058c1366ee33f3095b8737c2b71876702cddea6 (patch) | |
tree | bc25979675e66963a6dcb036e7a4dd10ec928052 /activesupport | |
parent | df2adc4c516f9f16942fbc799666c99bfd20d17c (diff) | |
download | rails-7058c1366ee33f3095b8737c2b71876702cddea6.tar.gz rails-7058c1366ee33f3095b8737c2b71876702cddea6.tar.bz2 rails-7058c1366ee33f3095b8737c2b71876702cddea6.zip |
So it didnt happen yesterday, but very soon! Just need the final details ironed out
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index c0f24a103d..2ac432e39e 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,4 +1,4 @@ -*2.3.1 [RC2] (February 27th, 2009)* +*2.3.1 [RC2] (February ?, 2009)* * Vendorize i18n 0.1.3 gem (fixes issues with incompatible character encodings in Ruby 1.9) #2038 [Akira Matsuda] |