summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-23 15:11:20 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-23 15:11:20 +0000
commitad3880549038c18235538054fb8224ae7e0c80ee (patch)
tree3b3d31838da5df096c92b12d9529b5db30733804 /ChangeLog
parent155e42c50e14c03c07763d0b4ede1633c420c164 (diff)
* lib/rdoc/markup/to_html_crossref.rb: fix failure of the test.
[ruby-core:20564] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 59407bab9e..b3c57ad9a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Jan 24 00:02:18 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * lib/rdoc/markup/to_html_crossref.rb: fix failure of the test.
+ [ruby-core:20564]
+
Sat Jan 23 23:27:12 2010 NARUSE, Yui <naruse@ruby-lang.org>
* dir.c (dir_s_glob): add rdoc by Roger Pack. [ruby-core:27669]