From 8890af8e5867a6505d5e143cffbeb50c3efe0663 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 12 Oct 2007 15:19:28 +0000 Subject: * lib/rexml/document.rb (REXML::Document::write): leaky modification trans -> transitive. [ruby-dev:32040] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 39af0bb5e..bccbdc47a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Oct 13 00:17:49 2007 Yukihiro Matsumoto + + * lib/rexml/document.rb (REXML::Document::write): leaky + modification trans -> transitive. [ruby-dev:32040] + Sat Oct 13 00:00:33 2007 Yukihiro Matsumoto * parse.y: encoding specifier should work if the line matches -- cgit