From d4a2242ce61441d0901cb750d497be08ff5ef4f6 Mon Sep 17 00:00:00 2001 From: tenderlove Date: Sat, 28 Nov 2009 21:40:59 +0000 Subject: * lib/rexml/formatters/default.rb (write_attribute): fix an exception when printing a document when duplicate namespaced attributes exist. Thanks, Alexey Froloff [ruby-core:2389] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c613855f9..0679e7fbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sun Nov 29 06:37:53 2009 Aaron Patterson + + * lib/rexml/formatters/default.rb (write_attribute): fix an + exception when printing a document when duplicate namespaced + attributes exist. Thanks, Alexey Froloff [ruby-core:2389] + Sat Nov 28 09:05:53 2009 Yukihiro Matsumoto * vm_eval.c (check_funcall_failed): should rescue user raised -- cgit