diff --git a/changelog/337.feature b/changelog/337.feature deleted file mode 100644 index 7425db9..0000000 --- a/changelog/337.feature +++ /dev/null @@ -1,3 +0,0 @@ -``` -Add --maxprocesses command-line option to limit the maximum number of workers when using --numprocesses=auto -``` diff --git a/changelog/337.feature.rst b/changelog/337.feature.rst new file mode 100644 index 0000000..da43c5b --- /dev/null +++ b/changelog/337.feature.rst @@ -0,0 +1 @@ +New ``--maxprocesses`` command-line option that limits the maximum number of workers when using ``--numprocesses=auto``.