aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-16 04:36:37 +0000
committermarcandre <marcandre@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-16 04:36:37 +0000
commit9d3638448e0d11ba9e4bd1941934c21cf09edc91 (patch)
tree857a24ee1c5a802d40c3caa944c231b1aaa6cae4 /ChangeLog
parentaf424b17a07b3d78cd7ee8b01edcf1e7a6077d8e (diff)
downloadruby-9d3638448e0d11ba9e4bd1941934c21cf09edc91.tar.gz
* lib/matrix.rb: trivial optimizations
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd13d84548..00e107e35d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Sep 16 13:30:20 2009 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
+
+ * lib/matrix.rb: trivial optimizations
+
Wed Sep 16 13:15:17 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* template/Doxyfile.tmpl: RbConfig::CONFIG['DOT'] is sometimes nil.