aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-03-04 04:51:33 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-03-04 04:51:33 +0000
commit8437baa44b9e14f5593c3e9123e93d51dff50145 (patch)
tree256245c25f415d2d316bcb326ea653b08662e7e4 /activesupport/CHANGELOG
parent70d7b3752f8cc8fe821a1a3873573b6d313ea129 (diff)
downloadrails-8437baa44b9e14f5593c3e9123e93d51dff50145.tar.gz
rails-8437baa44b9e14f5593c3e9123e93d51dff50145.tar.bz2
rails-8437baa44b9e14f5593c3e9123e93d51dff50145.zip
Out-of-range Time calculations transparently overflow to DateTime. Closes #7706.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6305 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/CHANGELOG')
-rw-r--r--activesupport/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG
index 7ccf8c985c..dab56d1501 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Out-of-range Time calculations transparently overflow to DateTime. #7706 [Geoff Buesing]
+
* DateTime calculations analogous to the Date and Time extensions. #7693 [Geoff Buesing]
* Give DateTime correct .to_s implementations, lets it play nice with ActiveRecord quoting. #7649 [Geoff Buesing]