aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-01-25 03:54:10 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-01-25 03:54:10 +0000
commit2168178bdbb14f1b8a97f22a3eb78dd533c9cb34 (patch)
tree1f1b94fc6a428b2e3c9b585df45964047616a663 /activesupport/CHANGELOG
parent8f7232bc76cba944ecb7769bb3dab633ed15c3a6 (diff)
downloadrails-2168178bdbb14f1b8a97f22a3eb78dd533c9cb34.tar.gz
rails-2168178bdbb14f1b8a97f22a3eb78dd533c9cb34.tar.bz2
rails-2168178bdbb14f1b8a97f22a3eb78dd533c9cb34.zip
TimeZone#to_s uses UTC rather than GMT; reapplying change that was undone in [8679]. References #1689
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8716 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 8514db47fe..833c3dd07a 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* 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]
* Adding Time and DateTime #compare_with_coercion, which layers behavior on #<=> so that any combination of Time, DateTime and ActiveSupport::TimeWithZone instances can be chronologically compared [Geoff Buesing]