aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2019-08-17 13:48:31 -0400
committerJack Lloyd <[email protected]>2019-08-17 13:48:31 -0400
commitd5ebaadb7cca8898564cbe097e706e9d79cd97ac (patch)
tree8c1817e787540d0516ec8336fdc7307c5aa3a69a /news.rst
parent3399a0e4baf7c967b92ebe9a731e45f6196bae72 (diff)
Update news
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 89f9015c6..cde32b29f 100644
--- a/news.rst
+++ b/news.rst
@@ -34,6 +34,9 @@ Version 2.12.0, Not Yet Released
* Fix typos in some OCSP enums which used "OSCP" instead. (GH #2048)
+* The tests now run in multithreaded mode by default. Provde option ``--test-threads=1`` to
+ return to previous single-threaded behavior. (GH #2071)
+
* In the Python module, avoid trying to load DLLs for names that don't match the current
platform (GH #2062 #2059)