From 4289829934f12708112ba33577cbf2dce64576c9 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Mon, 6 May 2024 17:11:31 +0200 Subject: [PATCH] Update changelog for 2.27. --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 97217c2a34..e21e26fe3a 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.27.0 +====== +* Simplify how locustfiles are found (using -f). Don’t automatically append .py https://github.com/locustio/locust/pull/2655 +* Use more efficient algorithm to calculate user distribution https://github.com/locustio/locust/pull/2686 +* Various minor fixes + 2.26.0 ====== * Drop support for Python 3.8