aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-05-30 06:24:32 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-05-30 06:24:32 +0000
commitb7d2dae6dcf00b38a1dba8687d6b70d863da915e (patch)
tree7bbc63855cf78b39a60abc1fd1f26b970cc56890 /activesupport/CHANGELOG
parent6503da69910beb382b18127c51cd318631245607 (diff)
downloadrails-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/CHANGELOG4
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]