diff options
author | Xavier Noria <fxn@hashref.com> | 2010-05-05 00:47:31 +0200 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2010-05-05 00:48:31 +0200 |
commit | f2072a323cdaa531bdc7a5e488b4e5853c8d6b8d (patch) | |
tree | c52341980e5c9929eb09946e1511a30221806d7c /activesupport/CHANGELOG | |
parent | bf2ee896594f389b378fb1f1351f6f315b1a4498 (diff) | |
download | rails-f2072a323cdaa531bdc7a5e488b4e5853c8d6b8d.tar.gz rails-f2072a323cdaa531bdc7a5e488b4e5853c8d6b8d.tar.bz2 rails-f2072a323cdaa531bdc7a5e488b4e5853c8d6b8d.zip |
adds Date#to_time refinement from previous commit to the CHANGELOG
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 0652a20035..3061bcef4f 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *Rails 3.0.0 [beta 4/release candidate] (unreleased)* +* Date#to_time handles properly years in the range 0..138. [fxn] + * Deprecate {{}} as interpolation syntax for I18n in favor of %{} [José Valim] * Array#to_xml is more powerful and able to handle the same types as Hash#to_xml #4490 [Neeraj Singh] |