From b26407959277c0e66cf1d920123d05da3d7cca98 Mon Sep 17 00:00:00 2001 From: gogotanaka Date: Wed, 29 Oct 2014 01:07:35 -0700 Subject: [PATCH 3/3] Update NEWS for matrix#[] --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index d394d03..56d4394 100644 --- a/NEWS +++ b/NEWS @@ -157,6 +157,9 @@ with all sufficient information, see the ChangeLog file. * Unary - and + added for Vector and Matrix * Vector#cross_product generalized to arbitrary dimensions * Vector#dot and #cross are aliases for #inner_product and #cross_product + * Extended methods: + * Matrix#[] returns new vector if either arguments is range, + and returns new matrix if both arguments are range. * Pathname * Pathname#/ is aliased to Pathname#+. -- 1.8.5.2 (Apple Git-48)