aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-07 14:46:53 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-09-07 14:46:53 +0000
commit7b30cb6122f2e4d2b2461c49ea67c294f4aff5e6 (patch)
tree56b297628b6aea5a44639dcf546850f7f9d6037f
parent2bb6fcb6fd216cb32c4997f0a5793e51e75360bd (diff)
downloadruby-7b30cb6122f2e4d2b2461c49ea67c294f4aff5e6.tar.gz
* add missing '#' in bug reference.
* add ML reference. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 85fe7fb362..e95ca3118a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Wed Sep 7 23:41:24 2011 Kouhei Sutou <kou@cozmixng.org>
* lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb:
- allow a single hyphen in comment. [Bug 5278]
+ allow a single hyphen in comment. [Bug #5278] [ruby-core:39289]
Reported by Thomas Fritzsche. Thanks!!!
Wed Sep 7 17:27:18 2011 NARUSE, Yui <naruse@ruby-lang.org>