summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-01 05:45:06 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-01 05:45:06 +0000
commita84245a5c7867b3666a34d2ac4a8c7e33c72d94e (patch)
tree13c64f342f0079f52c4e21a7b720c0b01e4ea219 /ChangeLog
parent8e94cada4952b2ae277efe195e042fbb2cd4fbcf (diff)
* README.EXT (Appendix A): fixed the name of class
Enumerator. Enumerable::Enumerator was renamed just Enumerator at revision 18564. * README.EXT (Appendix A): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b040be47a..b205d673d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Sep 1 14:40:18 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * README.EXT (Appendix A): fixed the name of class
+ Enumerator. Enumerable::Enumerator was renamed just
+ Enumerator at revision 18564.
+
+ * README.EXT (Appendix A): ditto.
+
Mon Sep 1 14:37:58 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* tool/transcode-tblgen.rb: set ERB source filename for error message.