aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorGeoff Buesing <gbuesing@gmail.com>2008-03-28 04:35:48 +0000
committerGeoff Buesing <gbuesing@gmail.com>2008-03-28 04:35:48 +0000
commitc62db052a0c188c405ad97abec9dd2cec2b9b1d8 (patch)
treec71dbe96c414b17fb1a68e0951adc7bb3b0dbb59 /activesupport/CHANGELOG
parent59183eec6f8d3e5d1ac5046dbd4f5cefc7041256 (diff)
downloadrails-c62db052a0c188c405ad97abec9dd2cec2b9b1d8.tar.gz
rails-c62db052a0c188c405ad97abec9dd2cec2b9b1d8.tar.bz2
rails-c62db052a0c188c405ad97abec9dd2cec2b9b1d8.zip
config.time_zone and TimeWithZone#marshal_load accept tzinfo/Olson identifiers
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9108 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 27639c38a3..a53e518b3f 100644
--- a/activesupport/CHANGELOG
+++ b/activesupport/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* TimeWithZone#marshal_load does zone lookup via Time.get_zone, so that tzinfo/Olson identifiers are handled [Geoff Buesing]
+
* Time.zone= accepts TZInfo::Timezone instances and Olson identifiers; wraps result in TimeZone instance [Geoff Buesing]
* TimeWithZone time conversions don't need to be wrapped in TimeOrDateTime, because TZInfo does this internally [Geoff Buesing]