aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-18 08:48:05 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-18 08:48:05 +0000
commitb794145222a109df82c23ce6a2e2c5c99380c4ea (patch)
tree5791f3493dab6c7b6228a69cae268f885bb7e125 /ChangeLog
parentff4dad976e12827032a182890ee31e35a16d6bdb (diff)
downloadruby-b794145222a109df82c23ce6a2e2c5c99380c4ea.tar.gz
* test/matrix/test_matrix.rb: Add tests for Matrix class.
[Feature #10057][ruby-core:63809] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf2d88633f..ade026e8d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jul 18 17:41:54 2014 GoGo tanaka <qlli.illb@gmail.com>
+
+ * test/matrix/test_matrix.rb: Add tests for Matrix class.
+ [Feature #10057][ruby-core:63809]
+
Fri Jul 18 11:10:53 2014 Scott Francis <scott.francis@shopify.com>
* enum.c (enum_any): optimize object allocations for Array and