From 521a78c51034b21eb5aa16c9dbaec648b9cd8ded Mon Sep 17 00:00:00 2001 From: gogotanaka Date: Thu, 9 Oct 2014 12:36:40 -0700 Subject: [PATCH] Add NEWS --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index b52495a..a8b98b3 100644 --- a/NEWS +++ b/NEWS @@ -148,6 +148,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#inner_product is aliased to Vector#dot. Vector#cross_product is aliased to Vector#cross. * Pathname * Pathname#/ is aliased to Pathname#+. -- 1.8.5.2 (Apple Git-48)