summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 158545c0a7..fa235bb23d 100644
--- a/NEWS
+++ b/NEWS
@@ -154,6 +154,7 @@ with all sufficient information, see the ChangeLog file.
along the +num+ -th row or column.
* Vector.basis(size:, index:) returns the specified basis vector
* Unary - and + added for Vector and Matrix
+ * Vector#dot and #cross are aliases for #inner_product and #cross_product
* Pathname
* Pathname#/ is aliased to Pathname#+.