aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-10 01:51:45 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-10 01:51:45 +0000
commit21759a08b35fc8c96b1fd9bb83becf7d35556541 (patch)
tree0f6aa17cc8a00b42eca8c206045095fe02c8a833 /ChangeLog
parentb39eabac5d206ee3249653cd2ec5c45bac27d860 (diff)
downloadruby-21759a08b35fc8c96b1fd9bb83becf7d35556541.tar.gz
merge GH-558
* test/ruby/test_enumerator.rb (test_iterators): fix test for hash iterators. [Fixes GH-558] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45303 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 31de8196c1..0a8921ac5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Mar 10 10:51:17 2014 ksss <co000ri@gmail.com>
+
+ * test/ruby/test_enumerator.rb (test_iterators): fix test for hash
+ iterators. [Fixes GH-558]
+
Sun Mar 9 14:14:49 2014 Eric Wong <e@80x24.org>
* class.c (rb_class_subclass_add): use xmalloc