aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Dainty <nick@npad.co.uk>2009-01-10 14:09:29 +0000
committergbuesing <gbuesing@gmail.com>2009-01-11 13:56:07 -0600
commit296ca4da1700eb27a7043112d22027444ea0e548 (patch)
treee2c217bb6cd620ece4b57a20c9b42f2c456be7d9 /activesupport/CHANGELOG
parentf1fff0a4808f2bcdca0a640fb6530d7c33fe69dc (diff)
downloadrails-296ca4da1700eb27a7043112d22027444ea0e548.tar.gz
rails-296ca4da1700eb27a7043112d22027444ea0e548.tar.bz2
rails-296ca4da1700eb27a7043112d22027444ea0e548.zip
TimeWithZone#xmlschema accepts optional fraction_digits argument [#1725 state:resolved]
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 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 { ... }