From 4685fa0c20fbf3e78eaad94756e0f4a644447a10 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Mon, 4 Jun 2007 19:49:13 +0000 Subject: String#to_time overflows to DateTime. Add String#to_datetime. Closes #8572. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6935 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 6e46216c91..c0a314ebe0 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* String#to_time overflows to DateTime. Add String#to_datetime. #8572 [Geoff Buesing] + * Date.yesterday and .tomorrow. #8571 [Geoff Buesing] * Readable Date and DateTime#inspect. #8570 [Geoff Buesing] -- cgit v1.2.3