From f224c4b00ee257147e184343a8f9168e0591e513 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 17 Oct 2018 09:19:48 -0300 Subject: [PATCH] Fix CHANGELOG formatting --- changelog/337.feature | 3 --- changelog/337.feature.rst | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 changelog/337.feature create mode 100644 changelog/337.feature.rst 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``.