aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-05 23:45:42 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-05 23:45:42 +0000
commitb81950f480df1c07f2e6f271d23d066dafdc0e1f (patch)
tree032b3e9f6e56fd5acb4cb353ea16969c4c9d3a5d /NEWS
parentce85cd55c621804a39f06e9ce46974fc693ff8df (diff)
downloadruby-b81950f480df1c07f2e6f271d23d066dafdc0e1f.tar.gz
* 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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
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.