From 296ca4da1700eb27a7043112d22027444ea0e548 Mon Sep 17 00:00:00 2001 From: Nicholas Dainty Date: Sat, 10 Jan 2009 14:09:29 +0000 Subject: TimeWithZone#xmlschema accepts optional fraction_digits argument [#1725 state:resolved] --- activesupport/CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 757cb1da04..fed977775e 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,5 +1,7 @@ *2.3.0 [Edge]* +* TimeWithZone#xmlschema accepts optional fraction_digits argument [#1725 state:resolved] [Nicholas Dainty] + * Object#tap shim for Ruby < 1.8.7. Similar to Object#returning, tap yields self then returns self. [Jeremy Kemper] array.select { ... }.tap(&:inspect).map { ... } -- cgit v1.2.3