diff options
Diffstat (limited to 'doc/whatsnew/2.12.rst')
-rw-r--r-- | doc/whatsnew/2.12.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/whatsnew/2.12.rst b/doc/whatsnew/2.12.rst index 95bdac0db..7fbb4ab71 100644 --- a/doc/whatsnew/2.12.rst +++ b/doc/whatsnew/2.12.rst @@ -134,3 +134,8 @@ Other Changes explicit typing Closes #5222 + +* The ``--jobs`` parameter now falls back to 1 if the host operating system does not + have functioning shared semaphore implementation. + + Closes #5216 |