aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-03-28 01:57:41 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-03-28 01:57:41 +0000
commite4645e00b7a427f32e470b4ad3fe494b698f725d (patch)
tree0722ca35306af6400f79f6b28a022e3a5aae90ee /activesupport/CHANGELOG
parent480a7581d4ec87eb745b004d6e4daae98b52cfa5 (diff)
downloadrails-e4645e00b7a427f32e470b4ad3fe494b698f725d.tar.gz
rails-e4645e00b7a427f32e470b4ad3fe494b698f725d.tar.bz2
rails-e4645e00b7a427f32e470b4ad3fe494b698f725d.zip
TimeWithZone#usec returns 0 instead of error when DateTime is wrapped
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9105 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 ff9cd4d979..e1b4b9a516 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* TimeWithZone#usec returns 0 instead of error when DateTime is wrapped [Geoff Buesing]
+
* Improve documentation. [Radar, Jan De Poorter, chuyeow, xaviershay, danger, miloops, Xavier Noria, Sunny Ripert]
* Ensure that TimeWithZone#to_yaml works when passed a YAML::Emitter. [rick]