From e1790efb85010c5e6f39eef029abf7b71ae3b9a6 Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Sun, 23 Mar 2008 04:44:50 +0000 Subject: Ensure that TimeWithZone#to_yaml works when passed a YAML::Emitter. [rick] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9081 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index cb04c4d234..96c9011838 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Ensure that TimeWithZone#to_yaml works when passed a YAML::Emitter. [rick] + * Ensure correct TimeWithZone#to_date [Geoff Buesing] * Make TimeWithZone work with tzinfo 0.2.x: use TZInfo::Timezone#zone_identifier alias for #abbreviation, silence warnings on tests. Raise LoadError when TZInfo version is < 0.2 by sniffing for TZInfo::TimeOrDateTime constant. Move all tzinfo-dependent TimeZone tests into uses_tzinfo block [Geoff Buesing] -- cgit v1.2.3