aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-01-25 15:52:23 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-01-25 15:52:23 +0000
commitc911e1ac08d119e94fcec6973a012f4cd198ecee (patch)
tree5f46b543d17fe4d502e74e76d7c8773eb491534c /activesupport/CHANGELOG
parent9f1fdcc27d689fc5feb07a6f197856a710383319 (diff)
downloadrails-c911e1ac08d119e94fcec6973a012f4cd198ecee.tar.gz
rails-c911e1ac08d119e94fcec6973a012f4cd198ecee.tar.bz2
rails-c911e1ac08d119e94fcec6973a012f4cd198ecee.zip
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! git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8718 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 833c3dd07a..ed9f8a8e00 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* 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]
* Time.days_in_month defaults to current year if no year is supplied as argument #10799 [Radar], uses Date.gregorian_leap? to determine leap year, and uses constant lookup to determine days in month [Geoff Buesing]