* 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
This commit is contained in:
marcandre 2009-10-20 19:01:18 +00:00
parent b32bae3fbb
commit 80a756bbc9

View File

@ -1,3 +1,13 @@
Wed Oct 21 03:54:41 2009 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
* 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 <nahi@ruby-lang.org>
* lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.