From 0a08db3f9692b07d1258daa80b4faf1080dde3c9 Mon Sep 17 00:00:00 2001 From: Lars Holmberg Date: Fri, 5 Nov 2021 11:28:29 +0100 Subject: [PATCH] Update changelog for 2.5.0 --- CHANGELOG.md | 2 +- docs/changelog.rst | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce5275256..7d90cc40c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2046,7 +2046,7 @@ ## [v0.4](https://github.com/locustio/locust/tree/v0.4) (2011-12-05) -[Full Changelog](https://github.com/locustio/locust/compare/7cfe62cee36dee34fe4d23aed5bdd00c4f42b3d0...v0.4) +[Full Changelog](https://github.com/locustio/locust/compare/117a61cfd1bba9ad10c8b680a574fcf32f6f46be...v0.4) **Fixed bugs:** diff --git a/docs/changelog.rst b/docs/changelog.rst index ace6ea12c7..c85af0fa95 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.5.0 +===== + +* Change request event 'url' parameter to contain full URL (technically a breaking change, but very few users will have had time to start using this) (https://github.com/locustio/locust/issues/1927) +* Suppress warnings for patch version mismatch between master and worker (https://github.com/locustio/locust/issues/1926) + 2.4.3 =====