aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0edee86cd..25034759a7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Mar 6 08:45:26 2015 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
+
+ * lib/matrix.rb: Add Vector#round. Patch by Jordan Stephens.
+ [Fixes GH-802]
+
Fri Mar 6 07:33:03 2015 Koichi Sasada <ko1@atdot.net>
* gc.c (obj_info): show node name too.