From bff0eda794fc32831d4a6a9defbf8d037713df0b Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 4 Dec 2008 05:19:53 +0000 Subject: merges r20454 from trunk into ruby_1_9_1. * 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/branches/ruby_1_9_1@20489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b6ed4f8c2..177ed95a4 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:53:24 2008 Yusuke Endoh * test/ruby/test_range.rb: add a test. -- cgit