summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fd1b76467..8c3a60e088 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,8 +7,7 @@ Wed Apr 11 17:16:49 2012 Koichi Sasada <ko1@atdot.net>
because VM push all contents of the literal onto VM stack to
make an array (or hash). To solve this issue, we make several
arrays (hashes) and concatenate them to make a big array (hash)
- object.
- ??
+ object. [ruby-dev:37701] [Bug #982]
* compile.c (iseq_compile_each, setup_args): use modified
compile_array.