mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
NEWS: Add Hash#transform_values
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
eaa0a27f61
commit
0a764c0bb1
1 changed files with 4 additions and 0 deletions
4
NEWS
4
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
|
* Float#ceil, Float#floor, and Float#truncate now take an optional
|
||||||
digits, as well as Float#round. [Feature #12245]
|
digits, as well as Float#round. [Feature #12245]
|
||||||
|
|
||||||
|
* Hash
|
||||||
|
|
||||||
|
* Hash#transform_values and Hash#transform_values! [Feature #12512]
|
||||||
|
|
||||||
* Integer
|
* Integer
|
||||||
|
|
||||||
* Integer#ceil, Integer#floor, and Integer#truncate now take an optional
|
* Integer#ceil, Integer#floor, and Integer#truncate now take an optional
|
||||||
|
|
Loading…
Add table
Reference in a new issue