From f2790ef44df7cfced6d626be006e1618dee32ca1 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Thu, 30 Jan 2025 19:08:13 +0100 Subject: [PATCH] Update changelog for 2.32.7 --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 4cc709033c..d2486a15cd 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,13 @@ Changelog Highlights For full details of changes, please see https://github.com/locustio/locust/releases or https://github.com/locustio/locust/blob/master/CHANGELOG.md +2.32.7 +====== +* Fix readme image ref links by @changchaishi in https://github.com/locustio/locust/pull/3031 +* Add tab showing `Locust Cloud `_ features https://github.com/locustio/locust/pull/3032 +* Minor UI enhancements https://github.com/locustio/locust/pull/3035, https://github.com/locustio/locust/pull/3036, https://github.com/locustio/locust/pull/3037 +* Code quality: Fix unused imports and switch on related ruff check https://github.com/locustio/locust/pull/3034 + 2.32.6 ====== * Update Dockerfile to use Python 3.12 https://github.com/locustio/locust/pull/3029