summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorryan <ryan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-11 09:56:09 +0000
committerryan <ryan@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-11 09:56:09 +0000
commit53ee1fb47b3b45f79061604491d7dc8c8fe09288 (patch)
tree141c0ecc26f16b3a085a56b36879907d5c48c456 /NEWS
parentd7080856a4099835f4fe688cbcbf09409bba2c17 (diff)
updated news for minitest
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index ee400e2f89..1920f197b7 100644
--- a/NEWS
+++ b/NEWS
@@ -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.