From b81950f480df1c07f2e6f271d23d066dafdc0e1f Mon Sep 17 00:00:00 2001 From: marcandre Date: Thu, 5 Mar 2015 23:45:42 +0000 Subject: * lib/matrix.rb: Add Vector#round. Patch by Jordan Stephens. [Fixes GH-802] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 67f7b3f294..114b9d2ec7 100644 --- a/NEWS +++ b/NEWS @@ -44,6 +44,9 @@ with all sufficient information, see the ChangeLog file. * Base64.urlsafe_decode64: now it accepts not only correctly-padded input but also unpadded input. +* lib/matrix.rb + * Add Vector#round. https://github.com/ruby/ruby/pull/802 + * ext/coverage/coverage.c * Coverage.peek_result: new method to allow coverage to be captured without stopping the coverage tool. -- cgit v1.2.3