From a020c9509dc136c17562805eeef2ddba2b9137df Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 22 Dec 2017 16:01:02 -0200 Subject: [PATCH] Small adjustment to CHANGELOG --- changelog/242.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/242.feature b/changelog/242.feature index 8de2f99..b767adb 100644 --- a/changelog/242.feature +++ b/changelog/242.feature @@ -1 +1 @@ -Add loadfile, a new argument to --dist which load-distributes test to workers, grouped by the file the tests live in. \ No newline at end of file +New ``--dist=loadfile`` option which load-distributes test to workers grouped by the file the tests live in.