summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-22 10:36:31 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-22 10:36:31 +0000
commitcb9698eeec194ffca28ce9036998455bfcfb427e (patch)
tree76ce783be10ee47a3c3970493948bc72fa40b85d /ChangeLog
parent6d06773e7c1aaee85a261b0076fc5ea37886e27a (diff)
downloadruby-cb9698eeec194ffca28ce9036998455bfcfb427e.tar.gz
ruby-cb9698eeec194ffca28ce9036998455bfcfb427e.tar.xz
ruby-cb9698eeec194ffca28ce9036998455bfcfb427e.zip
* enumerator.c (enumerator_initialize): Remove an undocumented
feature (passing a block to the constructor) that's broken. This is not what I intended. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd721095f..a731c64a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Apr 22 19:23:05 2008 Akinori MUSHA <knu@iDaemons.org>
+
+ * enumerator.c (enumerator_initialize): Remove an undocumented
+ feature (passing a block to the constructor) that's broken.
+ This is not what I intended.
+
Tue Apr 22 17:54:05 2008 URABE Shyouhei <shyouhei@ruby-lang.org>
* vm_core.h (exec_event_hooks): ``inline'' is a type modifier, not