aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)