aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-02-10 17:02:22 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-02-10 17:02:22 +0000
commit94fa9fb74541b60ed04f2694558a6a98a9ce1cab (patch)
treeb615ef44b629aae80daef6a66ac5bb9b4e52e03d /activesupport/CHANGELOG
parent2c8fb682cb6dfe889b31bbb76c90de5011aec009 (diff)
downloadrails-94fa9fb74541b60ed04f2694558a6a98a9ce1cab.tar.gz
rails-94fa9fb74541b60ed04f2694558a6a98a9ce1cab.tar.bz2
rails-94fa9fb74541b60ed04f2694558a6a98a9ce1cab.zip
TimeZone#new renamed #local, so that new TimeWithZone instances can be created via Time.zone.local()
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8847 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 38294ebef7..6b66875012 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* 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]
* Remove :nodoc: entries around the ActiveSupport test/unit assertions. #10946 [dancroak, jamesh]