summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-11 23:50:40 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-11 23:50:40 +0000
commit33913f1a6ca19e26da17de3c48e6b2a5067f97a3 (patch)
tree12a3df803e16838ea55a9f17a20978d4d23fdf52 /NEWS
parentf9d8003c94bc07af2ef9f605a2d09b9f4a162c21 (diff)
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
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]