aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-03-17 05:50:13 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-03-17 05:50:13 +0000
commit54ccdd334385fea706eb8d5b3ed95d7102a9d0d4 (patch)
tree6e2a492c31911cefad337f732132fd41285bda5b /activesupport/CHANGELOG
parentfe7c68ee5d4d78b705bc91c0652b05202b3eb30e (diff)
downloadrails-54ccdd334385fea706eb8d5b3ed95d7102a9d0d4.tar.gz
rails-54ccdd334385fea706eb8d5b3ed95d7102a9d0d4.tar.bz2
rails-54ccdd334385fea706eb8d5b3ed95d7102a9d0d4.zip
Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing now unneeded #in_current_time_zone. ActiveRecord time zone aware attributes updated to use #in_time_zone
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9047 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 8d3a3c2bd0..a569a57f62 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Time, DateTime and TimeWithZone #in_time_zone defaults to Time.zone. Removing now unneeded #in_current_time_zone [Geoff Buesing]
+
* TZInfo caches Timezone instances in its own internal hash cache, so TimeZone::MAPPING doesn't need to cache them as well [Geoff Buesing]
* Adding TimeZone#parse [Geoff Buesing]