aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-03-28 02:10:36 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-03-28 02:10:36 +0000
commit129d94477b1bb4478d1d8ceaed2a0f9a615e2d23 (patch)
treec057c9eded2ad6bdfc41a0ac05d02631135eadad /activesupport/CHANGELOG
parente4645e00b7a427f32e470b4ad3fe494b698f725d (diff)
downloadrails-129d94477b1bb4478d1d8ceaed2a0f9a615e2d23.tar.gz
rails-129d94477b1bb4478d1d8ceaed2a0f9a615e2d23.tar.bz2
rails-129d94477b1bb4478d1d8ceaed2a0f9a615e2d23.zip
TimeWithZone time conversions don't need to be wrapped in TimeOrDateTime, because TZInfo does this internally
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9106 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 e1b4b9a516..c74855f31f 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* TimeWithZone time conversions don't need to be wrapped in TimeOrDateTime, because TZInfo does this internally [Geoff Buesing]
+
* 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]