aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-03-11 04:26:20 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-03-11 04:26:20 +0000
commit52b57c662c129d72d44fa1ab9920a752c1973482 (patch)
tree90e89994fc4486e5523fe45df46f5d013e184a83 /activesupport/CHANGELOG
parent3d2177df26c8934320277a7aed84595decd94662 (diff)
downloadrails-52b57c662c129d72d44fa1ab9920a752c1973482.tar.gz
rails-52b57c662c129d72d44fa1ab9920a752c1973482.tar.bz2
rails-52b57c662c129d72d44fa1ab9920a752c1973482.zip
TimeWithZone instances correctly enforce DST rules. Adding TimeZone#period_for_utc
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9006 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 095a5c00bd..ebb25b54e6 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* TimeWithZone instances correctly enforce DST rules. Adding TimeZone#period_for_utc [Geoff Buesing]
+
* test_time_with_datetime_fallback expects DateTime.local_offset instead of DateTime.now.offset [Geoff Buesing]
* Adding TimeWithZone #marshal_dump and #marshal_load [Geoff Buesing]