summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-02 17:52:51 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-11-02 17:52:51 +0000
commiteda970cfe231797fcf19d14a8dce3a9b49880708 (patch)
tree3f60576debd5ccce402a34453ea24aab98e8c8e7 /NEWS
parentb9d42af0f28f7957c5a086a86175a0739d251c73 (diff)
lib/matrix.rb: Make Matrix & Vector mutable. Add #[]=, #map!.
Adapted from patch by Grzegorz Jakubiak. [#14151] [Fix GH-1769] [Fix GH-1905] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3ea63f92d4..33d347c176 100644
--- a/NEWS
+++ b/NEWS
@@ -313,6 +313,14 @@ sufficient information, see the ChangeLog file or Redmine
* Matrix#antisymmetric? / #skew_symmetric?
+ * Matrix#map! / #collect! [Feature #14151]
+
+ * Matrix#[]=
+
+ * Vector#map! / #collect!
+
+ * Vector#[]=
+
[Net]
[New options]