From 0a0cd5a5221bc546a583a989da3950e0df565469 Mon Sep 17 00:00:00 2001 From: yugui Date: Tue, 10 Nov 2009 17:09:40 +0000 Subject: merges r24961 from trunk into ruby_1_9_1. -- * lib/matrix.rb (Matrix#/): Fix obvious bug git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@25706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 017023050..1349cf2d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Sep 16 17:20:49 2009 Marc-Andre Lafortune + + * lib/matrix.rb (Matrix#/): Fix obvious bug + Wed Sep 16 13:39:10 2009 Marc-Andre Lafortune * lib/matrix.rb (determinant): Bug fix where determinant failed on -- cgit