summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-27 22:28:15 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-27 22:28:15 +0000
commit4aa9e80579bcbf8bcd4b2248a41e6ce13916bb1b (patch)
treeed6a82aa22b450d739ad1f37cf5870a07b79a29a /ChangeLog
parent4cb7e542e57510fed7a432654aee33faafce2c51 (diff)
downloadruby-4aa9e80579bcbf8bcd4b2248a41e6ce13916bb1b.tar.gz
ruby-4aa9e80579bcbf8bcd4b2248a41e6ce13916bb1b.tar.xz
ruby-4aa9e80579bcbf8bcd4b2248a41e6ce13916bb1b.zip
* enumerator.c (next_i): typo fixed (reached at end -> reached an
end). pointed out by James Edward Gray II at LoneStar RubyConf. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24685 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 2e70dc77b..18fc5384b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Aug 28 07:25:25 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * enumerator.c (next_i): typo fixed (reached at end -> reached an
+ end). pointed out by James Edward Gray II at LoneStar RubyConf.
+
Thu Aug 27 18:31:07 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* vm_method.c (rb_remove_method_id): exported.