summaryrefslogtreecommitdiff
path: root/doc/NEWS-1.9.3
diff options
context:
space:
mode:
authorryan <ryan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-11 09:56:55 +0000
committerryan <ryan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-11 09:56:55 +0000
commitf078ced91f188f992931b0f0c30c0ef2e0c2f952 (patch)
treedbf0599ec3d2ab5f28249a6339c98bd960bef1a4 /doc/NEWS-1.9.3
parentabf99e80bf11fefd3a8dfdce879e0b6ee66cf136 (diff)
updated news for minitest
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'doc/NEWS-1.9.3')
-rw-r--r--doc/NEWS-1.9.34
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/NEWS-1.9.3 b/doc/NEWS-1.9.3
index ee400e2f89..1920f197b7 100644
--- a/doc/NEWS-1.9.3
+++ b/doc/NEWS-1.9.3
@@ -193,6 +193,10 @@ with all sufficient information, see the ChangeLog file.
* Matrix#** implements Numeric exponents (using the eigensystem)
* Matrix.zero can build rectangular matrices
+* minitest
+ * Minitest has been updated to version 2.2.2.
+ * For full details, see https://github.com/seattlerb/minitest/blob/master/History.txt
+
* net/http
* SNI (Server Name Indication) supported for HTTPS.