aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-01-26 00:11:59 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-01-26 00:11:59 +0000
commitc95365a00eb086f61cb5e73e9e6d5dae54325b60 (patch)
tree58bfbe47218789c7d025fe57873c1458053e52fe /activesupport/CHANGELOG
parentdad3e835f77d402aad3b0802ee14bf7a20fd9365 (diff)
downloadrails-c95365a00eb086f61cb5e73e9e6d5dae54325b60.tar.gz
rails-c95365a00eb086f61cb5e73e9e6d5dae54325b60.tar.bz2
rails-c95365a00eb086f61cb5e73e9e6d5dae54325b60.zip
with_timezone test helper renamed with_env_tz, to distinguish between setting ENV['TZ'] and setting Time.zone in tests
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8731 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 3883925fc8..007764adef 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* with_timezone test helper renamed with_env_tz, to distinguish between setting ENV['TZ'] and setting Time.zone in tests [Geoff Buesing]
+
* Time#- coerces TimeWithZone argument to a Time instance so that difference in seconds can be calculated. Closes #10914 [Geoff Buesing, yyyc514]
* Adding UTC zone to TimeZone; TimeWithZone no longer has to fake UTC zone with nil [Geoff Buesing]