summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-12 08:34:17 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-12 08:34:17 +0000
commit86eaa24570a7a062cf8f08606256e0cd23d2b980 (patch)
tree740126dbac52681afc6d8355f64fe67ae40a8c35 /ChangeLog
parentc54fb9ec8b7d7dc90e2083aada6dc9e472f21679 (diff)
hash.c: fetch_values
* hash.c (rb_hash_fetch_values): add `Hash#fetch_values`. [Feature #10017] [Fix GH-776] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50845 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 2ecc72cb1f..d3fcbfcd32 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jun 12 17:34:14 2015 Wojciech Mach <wojtek@wojtekmach.pl>
+
+ * hash.c (rb_hash_fetch_values): add `Hash#fetch_values`.
+ [Feature #10017] [Fix GH-776]
+
Fri Jun 12 16:28:17 2015 Radan Skoric <radan.skoric@gmail.com>
* array.c (rb_ary_bsearch_index): Implement Array#bsearch_index