git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2016-04-13 14:55:18 +00:00
Родитель 30d7fb3791
Коммит 8574a372a0
1 изменённых файлов: 2 добавлений и 0 удалений

2
NEWS
Просмотреть файл

@ -25,6 +25,8 @@ with all sufficient information, see the ChangeLog file or Redmine
Enumerable#max and call max to an Array, your redefinition will be
now ignored. You should also redefine Array#max.
* Array#sum [Feature #12217]
* Dir
* Dir.empty?. [Feature #10121]