aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-03-03 03:49:37 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-03-03 03:49:37 +0000
commit10d9d0b6fe023df1be0d87ca95bb739bb7eb30ba (patch)
tree96fc1067957c805d60ea411f2f8af9fa070e8690 /activesupport/CHANGELOG
parent42d1172c2d8739ea1f4fd28ab85f97883e79190b (diff)
downloadrails-10d9d0b6fe023df1be0d87ca95bb739bb7eb30ba.tar.gz
rails-10d9d0b6fe023df1be0d87ca95bb739bb7eb30ba.tar.bz2
rails-10d9d0b6fe023df1be0d87ca95bb739bb7eb30ba.zip
Adding TimeWithZone #marshal_dump and #marshal_load
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8975 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 de13f03310..a4dfd5c11b 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Adding TimeWithZone #marshal_dump and #marshal_load [Geoff Buesing]
+
* Add OrderedHash#to_hash [josh]
* Adding Time#end_of_day, _quarter, _week, and _year. #9312 [Juanjo Bazan, Tarmo Tänav, BigTitus]