diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-05-30 06:24:32 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-05-30 06:24:32 +0000 |
commit | b7d2dae6dcf00b38a1dba8687d6b70d863da915e (patch) | |
tree | 7bbc63855cf78b39a60abc1fd1f26b970cc56890 /activesupport/CHANGELOG | |
parent | 6503da69910beb382b18127c51cd318631245607 (diff) | |
download | rails-b7d2dae6dcf00b38a1dba8687d6b70d863da915e.tar.gz rails-b7d2dae6dcf00b38a1dba8687d6b70d863da915e.tar.bz2 rails-b7d2dae6dcf00b38a1dba8687d6b70d863da915e.zip |
DateTime#to_time converts to Time unless out of range. Date#to_datetime and Date#to_s(:rfc822). Closes #8512.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6902 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r-- | activesupport/CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index ca8d43903a..d3af47bc6a 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* DateTime#to_time converts to Time unless out of range. #8512 [Geoff Buesing] + +* Date#to_datetime, #to_s(:rfc822). #8512 [Geoff Buesing] + * Time durations use since instead of + for accuracy. #8513 [Geoff Buesing] * escape <'s and >'s in JSON strings. #8371 [Rick] |