aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-02-10 19:15:32 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-02-10 19:15:32 +0000
commit163a4c6f4545c040c7ea25c298865a401b1b24f2 (patch)
tree74d987e303b03cb46cb619bad84d7cf154146916 /activesupport/CHANGELOG
parentb9be374ddd2142ca53da3c235e35ccbb70c66842 (diff)
downloadrails-163a4c6f4545c040c7ea25c298865a401b1b24f2.tar.gz
rails-163a4c6f4545c040c7ea25c298865a401b1b24f2.tar.bz2
rails-163a4c6f4545c040c7ea25c298865a401b1b24f2.zip
Pruning unneeded TimeWithZone#change_time_zone_to_current
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8851 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 c132e5372a..6cbef65ae5 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Pruning unneeded TimeWithZone#change_time_zone_to_current [Geoff Buesing]
+
* Time#zone=, #in_time_zone and #change_time_zone accept a Duration [Geoff Buesing]
* Time#in_time_zone handles Time.local instances correctly [Geoff Buesing]