From 33913f1a6ca19e26da17de3c48e6b2a5067f97a3 Mon Sep 17 00:00:00 2001 From: marcandre Date: Mon, 11 Dec 2017 23:50:40 +0000 Subject: [PATCH] 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 --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 7854280fb0..649e6fdc28 100644 --- a/NEWS +++ b/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]