From 13f8d7ff8e5b937ed2c7c6eb5afeae217b154d64 Mon Sep 17 00:00:00 2001 From: mrkn Date: Thu, 8 Sep 2016 02:34:54 +0000 Subject: NEWS: Add Hash#transform_values git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index dfbce87f4b..6a9dbd3f91 100644 --- a/NEWS +++ b/NEWS @@ -56,6 +56,10 @@ with all sufficient information, see the ChangeLog file or Redmine * Float#ceil, Float#floor, and Float#truncate now take an optional digits, as well as Float#round. [Feature #12245] +* Hash + + * Hash#transform_values and Hash#transform_values! [Feature #12512] + * Integer * Integer#ceil, Integer#floor, and Integer#truncate now take an optional -- cgit v1.2.3