aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorgbuesing <gbuesing@gmail.com>2008-05-18 11:48:33 -0500
committergbuesing <gbuesing@gmail.com>2008-05-18 11:48:33 -0500
commitcee9297c9bd43ca8975dc7ca9b707a6aa94c275d (patch)
treec9ec24413cfd557c0ab0e2d15ab1877fb489e544 /activesupport/CHANGELOG
parentcde9c09a524a21214ea9cd0f9ee4489e4d185af2 (diff)
downloadrails-cee9297c9bd43ca8975dc7ca9b707a6aa94c275d.tar.gz
rails-cee9297c9bd43ca8975dc7ca9b707a6aa94c275d.tar.bz2
rails-cee9297c9bd43ca8975dc7ca9b707a6aa94c275d.zip
Hash.from_xml: datetime xml types overflow to Ruby DateTime class when out of range of Time. Adding tests for utc offsets
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 7f2c3e971a..6250f33998 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,3 +1,5 @@
+* Hash.from_xml: datetime xml types overflow to Ruby DateTime class when out of range of Time. Adding tests for utc offsets [Geoff Buesing]
+
* TimeWithZone #+ and #- : ensure overflow to DateTime with Numeric arg [Geoff Buesing]
* Time#to_json: don't convert to utc before encoding. References #175 [Geoff Buesing]