aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d4311a7c57..8839403304 100644
--- a/NEWS
+++ b/NEWS
@@ -113,6 +113,13 @@ with all sufficient information, see the ChangeLog file.
* extended method:
* StringIO#set_encoding can get 2nd argument and optional hash.
+* test/unit
+ * New arguments:
+ * -j N, --jobs=N: Allow run N testcases at once.
+ * --jobs-status: Show status of jobs when parallel running.
+ * --no-retry: Don't retry testcases which failed when parallel running.
+ * --ruby=RUBY: path to ruby for job(worker) process. optional.
+
* uri
* new methods:
* URI::Generic#hostname