From 8437baa44b9e14f5593c3e9123e93d51dff50145 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sun, 4 Mar 2007 04:51:33 +0000 Subject: 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 --- activesupport/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG') 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] -- cgit v1.2.3