From 80a756bbc9f67a60c36f331e5a88ea7fb94ef524 Mon Sep 17 00:00:00 2001 From: marcandre Date: Tue, 20 Oct 2009 19:01:18 +0000 Subject: [PATCH] * ChangeLog: Added summary of r25412, cf [ruby-core:23598] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 02809dd671..7909b70076 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Oct 21 03:54:41 2009 Marc-Andre Lafortune + + * lib/matrix.rb: + Creator functions now strict with their arguments + Support for empty matrices (see new method Matrix.empty) + Matrix#trace raises an ErrDimensionMismatch if the matrix is not square + Enumerators are returned when no block given + Consistent results when accessing elements with out of bounds indices + Details in [ruby-core:23598]. + Wed Oct 21 00:27:15 2009 NAKAMURA, Hiroshi * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.