NEWS: add changes for Matrix [ci-skip] [doc]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
marcandre 2017-12-11 23:50:40 +00:00
Родитель f9d8003c94
Коммит 33913f1a6c
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -177,6 +177,11 @@ with all sufficient information, see the ChangeLog file or Redmine
* `binding.irb` automatically requires irb and runs [Bug #13099] [experimental]
* Show source around `binding.irb` on session start [Feature #14124]
* Matrix
* New methods:
* Matrix.combine and Matrix#combine [Feature #10903]
* Matrix#hadamard_product/#entrywise_product
* Net::HTTP
* Net::HTTP.new supports no_proxy parameter [Feature #11195]