From 2106aa1990a5b6a81c0883d8732741de51e449cd Mon Sep 17 00:00:00 2001 From: marcandre Date: Sat, 13 Apr 2013 03:08:28 +0000 Subject: * lib/matrix.rb: Add Vector#cross_product, patch by Luis Ezcurdia [fix GH-276] [rubyspec:81eec89a124] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 9032a8509c..885f6c2b79 100644 --- a/NEWS +++ b/NEWS @@ -38,6 +38,9 @@ with all sufficient information, see the ChangeLog file. === Stdlib updates (outstanding ones only) +* Matrix + * Added Vector#cross_product. + * Net::SMTP * Added Net::SMTP#rset to implement the RSET command -- cgit v1.2.3