summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-09 02:41:14 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-09 02:41:14 +0000
commit1e696acc7e86a6d57fe6afa91c7478420c62bc2b (patch)
tree9fdc14c700db920432aacb6ae429389a88a5ad6f /NEWS
parentd137810d3a79e42b8ea7a52b04df0d3d1bc03ab9 (diff)
* lib/matrix.rb: Add Vector#normalize [ruby-dev:43829]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5f691b8a4a..1bd986f8cc 100644
--- a/NEWS
+++ b/NEWS
@@ -182,7 +182,8 @@ with all sufficient information, see the ChangeLog file.
* Matrix#unitary?
* Matrix#upper_triangular?
* Matrix#zero?
- * Vector#magnitude
+ * Vector#magnitude, #norm
+ * Vector#normalize
* extended methods:
* Matrix#each and #each_with_index can iterate on a subset of the elements
* Matrix#find_index returns [row, column] and can iterate on a subset