From e263e8683f31788b639f6ad093bdc733f4fa1628 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Thu, 29 Feb 2024 18:06:31 +0100 Subject: [PATCH] Update changelog for 2.24.0 --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6df31f0262..ad61138a88 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.24.0 +====== +* Pluggable dispatcher logic https://github.com/locustio/locust/pull/2606 +* pyproject.toml support for Locust configuration file https://github.com/locustio/locust/pull/2612 +* Minor fixes + 2.23.1 ====== * Fixes for locustfile download https://github.com/locustio/locust/pull/2599