aboutsummaryrefslogtreecommitdiffstats
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
commit226ec37b0312ba20adf9f219272fd2043956fdc6 (patch)
tree740126dbac52681afc6d8355f64fe67ae40a8c35 /ChangeLog
parentabc4b723bdcd0c4480427b74e052990cfd8f0065 (diff)
downloadruby-226ec37b0312ba20adf9f219272fd2043956fdc6.tar.gz
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