aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-03-17 02:40:28 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-03-17 02:40:28 +0000
commit77ee522bf6c97352485fad3b72866f7ab424ecaf (patch)
treeae6684b38fce4c18cc46e4103f32cee92f8fc1da /activesupport/CHANGELOG
parent1b41178a836ae84cf62a11ebd6bd640fd0d09566 (diff)
downloadrails-77ee522bf6c97352485fad3b72866f7ab424ecaf.tar.gz
rails-77ee522bf6c97352485fad3b72866f7ab424ecaf.tar.bz2
rails-77ee522bf6c97352485fad3b72866f7ab424ecaf.zip
TimeWithZone caches TZInfo::TimezonePeriod used for time conversion so that it can be reused, and enforces DST rules correctly when instance is created from a local time
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9040 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 cd0106c0b5..d72fdadf3f 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* TimeWithZone caches TZInfo::TimezonePeriod used for time conversion so that it can be reused, and enforces DST rules correctly when instance is created from a local time [Geoff Buesing]
+
* Fixed that BufferedLogger should create its own directory if one doesn't already exist #11285 [lotswholetime]
* Fix Numeric time tests broken by DST change by anchoring them to fixed times instead of Time.now. Anchor TimeZone#now DST test to time specified with Time.at instead of Time.local to work around platform differences with Time.local and DST representation [Geoff Buesing]