summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-13 03:08:28 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-04-13 03:08:28 +0000
commit2106aa1990a5b6a81c0883d8732741de51e449cd (patch)
tree54dd4f5ed7107783beb020cbdedcee500e0c2d2f /NEWS
parent4123b0d9db2353b629ad6be14bb884ecf5408524 (diff)
* 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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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