aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-06-04 19:49:13 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-06-04 19:49:13 +0000
commit4685fa0c20fbf3e78eaad94756e0f4a644447a10 (patch)
tree461cc78b22b047c178093c6b7fac6333a0e40de6 /activesupport/CHANGELOG
parent601778e38af53c66d604fe31a3b84ba84d973511 (diff)
downloadrails-4685fa0c20fbf3e78eaad94756e0f4a644447a10.tar.gz
rails-4685fa0c20fbf3e78eaad94756e0f4a644447a10.tar.bz2
rails-4685fa0c20fbf3e78eaad94756e0f4a644447a10.zip
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
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 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]