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