From a5d3cd4c5cd43a36e2f2232aa1c5e49136696ec1 Mon Sep 17 00:00:00 2001 From: marcandre Date: Sat, 24 Oct 2009 20:55:40 +0000 Subject: * lib/matrix.rb (**): Optimization (up to 45% faster) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index da4dc17cc..fce515665 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Oct 25 05:44:34 2009 Marc-Andre Lafortune + + * lib/matrix.rb (**): Optimization (up to 45% faster) + Sat Oct 24 14:28:40 2009 Yukihiro Matsumoto * hash.c (rb_hash_set_default_proc): checks arity of defalt_proc -- cgit