aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-02-10 18:20:37 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-02-10 18:20:37 +0000
commit521714a39d2f74f6a7e617db68f8fafc93a425a0 (patch)
tree2eafd75da5bea0804aae3f5a7d9d8d7e3faeb01f /activesupport/CHANGELOG
parent94fa9fb74541b60ed04f2694558a6a98a9ce1cab (diff)
downloadrails-521714a39d2f74f6a7e617db68f8fafc93a425a0.tar.gz
rails-521714a39d2f74f6a7e617db68f8fafc93a425a0.tar.bz2
rails-521714a39d2f74f6a7e617db68f8fafc93a425a0.zip
Pruning unneeded Time#change_time_zone_to_current. Enhanced docs for #change_time_zone
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8848 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 6b66875012..81c5574dbf 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* 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]
* Added Base64.encode64s to encode values in base64 without the newlines. This makes the values immediately usable as URL parameters or memcache keys without further processing [DHH]