summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-01 06:10:40 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-01 06:10:40 +0000
commit376b8251271da10ff3571b9a15c25333bb4492bc (patch)
tree95b2aba8da9527ba989706632a2814bd5d9d7c6e /NEWS
parentf4dda52025433e232f931ffa1cb0473684128a5a (diff)
* lib/matrix: Add Matrix#round
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1ce506dda2..1fd0a0c010 100644
--- a/NEWS
+++ b/NEWS
@@ -164,6 +164,7 @@ with all sufficient information, see the ChangeLog file.
* Matrix#normal?
* Matrix#orthogonal?
* Matrix#permutation?
+ * Matrix#round
* Matrix#symmetric?
* Matrix#unitary?
* Matrix#upper_triangular?