From 5bddf064259b30539b8077b91e8d6ea31ce76d19 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 3 Dec 2008 00:31:58 +0000 Subject: * lib/rexml/xpath.rb (REXML::XPath.first): apply documentation patch from Ken Bloom in [ruby-core:20213]. * lib/rexml/xpath.rb (REXML::XPath.each): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20454 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a89c7ead5..a6abd45b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Dec 3 09:26:29 2008 Yukihiro Matsumoto + + * lib/rexml/xpath.rb (REXML::XPath.first): apply documentation + patch from Ken Bloom in [ruby-core:20213]. + + * lib/rexml/xpath.rb (REXML::XPath.each): ditto. + Wed Dec 3 02:56:34 2008 Yusuke Endoh * test/ruby/test_rational.rb: add a test. -- cgit