summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-01 06:43:27 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-01 06:43:27 +0000
commit536a2eb9faeddca1f1bd187b44853f9640e45e0f (patch)
tree280443c4c840fe992694c21c7da92d069fe8e11c /ChangeLog
parentd8d119a64e9146566f900b9e8f3358be2b3c40ef (diff)
merges r21221 from trunk into ruby_1_9_1.
* lib/singleton.rb: fix indentation of RDoc text. [ruby-core:21029] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d48b1da81..2e79b984c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jan 1 07:42:36 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * lib/singleton.rb: fix indentation of RDoc text. [ruby-core:21029]
+
Thu Jan 1 07:16:44 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* Makefile.in (distclean-ext, realclean-ext): use EXTS as default.