From df57f53d09575f8bc6542f87a3384240b66f9b4b Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 5 Mar 2007 08:34:42 +0000 Subject: Time#since overflows to DateTime. Introduce Time#to_datetime. Closes #7715. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6335 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'activesupport/CHANGELOG') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index dab56d1501..40e24d4ad4 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,6 +1,6 @@ *SVN* -* Out-of-range Time calculations transparently overflow to DateTime. #7706 [Geoff Buesing] +* Out-of-range Time calculations transparently overflow to DateTime. Introduce Time#to_datetime. #7706, #7715 [Geoff Buesing] * DateTime calculations analogous to the Date and Time extensions. #7693 [Geoff Buesing] -- cgit v1.2.3