aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-03-17 05:07:50 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-03-17 05:07:50 +0000
commit2366fdbdb1e8a5ba4ee07d94e79c2011f5821820 (patch)
tree953002ac4f33bfa52fbaab3efa879c988ccf42aa /activesupport/CHANGELOG
parentff8b9e6b08190c45ad1e0b7c33b5687f0b5cf56c (diff)
downloadrails-2366fdbdb1e8a5ba4ee07d94e79c2011f5821820.tar.gz
rails-2366fdbdb1e8a5ba4ee07d94e79c2011f5821820.tar.bz2
rails-2366fdbdb1e8a5ba4ee07d94e79c2011f5821820.zip
Adding TimeZone#parse
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9045 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 90ba8b5f04..1b9a30f1b7 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Adding TimeZone#parse [Geoff Buesing]
+
* Adding TimeZone#at and DateTime#to_f [Geoff Buesing]
* TimeWithZone responds to Ruby 1.9 weekday-named query methods [Geoff Buesing]