aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 07:32:49 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-11 07:32:49 +0000
commit0347b17b27af6ed50e270e52539424748f1cceac (patch)
tree61969f2831af4b340063bae81bcbf15c54f9679c /ChangeLog
parentda672779e241c043133fbd549121cdecc2fc986a (diff)
downloadruby-0347b17b27af6ed50e270e52539424748f1cceac.tar.gz
* ChangeLog: fix ticket number at r31995. fixes #4161 is correct.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index de88271051..55235c479f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,7 @@ Sat Jun 11 16:04:03 2011 Kouhei Sutou <kou@cozmixng.org>
(REXML::Parsers::XPathParser#parse),
test/rexml/test_elements.rb
(ElementsTester#test_each_with_frozen_condition):
- don't modify original XPath. fixes #4164
+ don't modify original XPath. fixes #4161
Reported by Pavel Shved. Thanks!!!
Sat Jun 11 15:53:27 2011 Kouhei Sutou <kou@cozmixng.org>