From 5099db8eaf5f6325be3340956969e52bc715c01c Mon Sep 17 00:00:00 2001 From: marcandre Date: Sun, 18 Oct 2009 20:54:29 +0000 Subject: * lib/rexml/element.rb (text=): false should be converted to string. A patch by Teruo Oshida [ruby-dev:38351] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c315b4184..7915444fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Oct 19 05:49:53 2009 Marc-Andre Lafortune + + * lib/rexml/element.rb (text=): false should be converted to string. + A patch by Teruo Oshida [ruby-dev:38351] + Sun Oct 18 22:33:25 2009 Tadayoshi Funaba * lib/date.rb: do not require lib/delta.rb. -- cgit