aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-01-25 16:12:43 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-01-25 16:12:43 +0000
commita7adca3d3b53df69cf45756f0459e501ee44d469 (patch)
tree82b9b4d286a258878286a350a5d41464e2e8b366 /activesupport/CHANGELOG
parentc911e1ac08d119e94fcec6973a012f4cd198ecee (diff)
downloadrails-a7adca3d3b53df69cf45756f0459e501ee44d469.tar.gz
rails-a7adca3d3b53df69cf45756f0459e501ee44d469.tar.bz2
rails-a7adca3d3b53df69cf45756f0459e501ee44d469.zip
Time.get_zone refactored to private method, given that the encapsulated logic is only useful internally
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8719 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 ed9f8a8e00..7103d726af 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Time.get_zone refactored to private method, given that the encapsulated logic is only useful internally [Geoff Buesing]
+
* Time.zone uses thread-local variable for thread safety. Adding Time.use_zone, for overriding Time.zone locally inside a block. Removing unneeded Time.zone_reset! [Geoff Buesing]
* TimeZone#to_s uses UTC rather than GMT; reapplying change that was undone in [8679]. #1689 [Cheah Chu Yeow]