aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-23 15:34:47 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-01-23 15:34:47 +0000
commitce35c0c650dc058bd123be36c28fccef5a920823 (patch)
treec75cf40753f3f8cdce7842769ee37ead4c115f30 /ChangeLog
parent75acf8795928c10c7e5ac50c90a146400eac010e (diff)
downloadruby-ce35c0c650dc058bd123be36c28fccef5a920823.tar.gz
* lib/rdoc/parser/ruby.rb: fix typo.
patched by Hal Brodigan [ruby-core:21536] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b3c57ad9a0..e9cf00d02a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
+Sun Jan 24 00:31:39 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * lib/rdoc/parser/ruby.rb: fix typo.
+ patched by Hal Brodigan [ruby-core:21536]
+
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]
+ patched by Tomoyuki Chikanaga and nobu [ruby-core:20564]
Sat Jan 23 23:27:12 2010 NARUSE, Yui <naruse@ruby-lang.org>