From 7a1fe87b2dd1d41ee5ae8f7bdcfcd4e9e17dc06b Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Sun, 4 Feb 2024 16:19:33 +0100 Subject: [PATCH] Update changelog for 2.22 --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 60d1c7a8b6..76f05b7265 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -4,6 +4,10 @@ Changelog Highlights For full details of the Locust changelog, please see https://github.com/locustio/locust/blob/master/CHANGELOG.md +2.22.0 +====== +* Use Modern UI by default, remove --modern-ui and add --legacy-ui parameters https://github.com/locustio/locust/pull/2569 + 2.21.0 ====== * Switch from flake8 + black to ruff for linting and formatting of code