aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-03-11 06:23:41 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-03-11 06:23:41 +0000
commit3af5b278397c8162b2ac29bd8eeac1239e4fea15 (patch)
tree901c6977bf653302977f3bf55d1b68f4232921fb /activesupport/CHANGELOG
parentba91fddc442ecfbeffb3c7b05fa5851fabc32059 (diff)
downloadrails-3af5b278397c8162b2ac29bd8eeac1239e4fea15.tar.gz
rails-3af5b278397c8162b2ac29bd8eeac1239e4fea15.tar.bz2
rails-3af5b278397c8162b2ac29bd8eeac1239e4fea15.zip
Removing unneeded #change_time_zone method from Time, DateTime and TimeWithZone
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9008 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 f72484d36d..ba28b46134 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Removing unneeded #change_time_zone method from Time, DateTime and TimeWithZone [Geoff Buesing]
+
* TimeZone #local and #now correctly enforce DST rules [Geoff Buesing]
* TimeWithZone instances correctly enforce DST rules. Adding TimeZone#period_for_utc [Geoff Buesing]