aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-02-10 18:45:55 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-02-10 18:45:55 +0000
commitdb4fc6f206f83d8981e006c80f08bfd4bff02e87 (patch)
treee044ae9fdbca5c236c541b005e2401763c0ad126 /activesupport/CHANGELOG
parent521714a39d2f74f6a7e617db68f8fafc93a425a0 (diff)
downloadrails-db4fc6f206f83d8981e006c80f08bfd4bff02e87.tar.gz
rails-db4fc6f206f83d8981e006c80f08bfd4bff02e87.tar.bz2
rails-db4fc6f206f83d8981e006c80f08bfd4bff02e87.zip
Time#in_time_zone handles Time.local instances correctly
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8849 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 81c5574dbf..b10c9614d8 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Time#in_time_zone handles Time.local instances correctly [Geoff Buesing]
+
* Pruning unneeded Time#change_time_zone_to_current. Enhanced docs to #change_time_zone to explain the difference between this method and #in_time_zone [Geoff Buesing]
* TimeZone#new method renamed #local; when used with Time.zone, constructor now reads: Time.zone.local() [Geoff Buesing]