From 9ed7099a51aae77535adecf6217d4ff85a1dd9da Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Sun, 17 Nov 2024 18:37:01 +0100 Subject: [PATCH] changelog --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 03de8b16b0..59650080bd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,12 @@ Changelog Highlights For full details of the Locust changelog, please see https://github.com/locustio/locust/blob/master/CHANGELOG.md +2.32.3 +====== +* Add option for Extra Options to be Required https://github.com/locustio/locust/pull/2981 +* Use debug log level for first 5s of waiting for workers to be ready https://github.com/locustio/locust/pull/2982 +* Ensure we never use old version of setuptools https://github.com/locustio/locust/pull/2988 + 2.32.2 ====== * Better html report file names https://github.com/locustio/locust/pull/2947