File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ This list is detailed and covers changes in each pre-release version.
22
22
Unreleased
23
23
----------
24
24
25
- - Feature: Now the ``--concurrency `` setting can have a list of values, so that
26
- threads and another lightweight threading package can be measured together.
27
- Closes `issue 1012 `_ and `issue 1082 `_.
25
+ - Feature: Now the ``--concurrency `` setting can now have a list of values, so
26
+ that threads and another lightweight threading package can be measured
27
+ together, such as ``--concurrency=gevent,thread ``. Closes `issue 1012 `_ and
28
+ `issue 1082 `_.
28
29
29
30
- Fix: A module specified as the ``source `` setting is imported during startup,
30
31
before the user program imports it. This could cause problems if the rest of
You can’t perform that action at this time.
0 commit comments