Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Oct 11, 2021
1 parent 56274e4 commit f555105
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ Changelog Highlights

For full details of the Locust changelog, please see https://github.com/locustio/locust/blob/master/CHANGELOG.md

2.4.0
=====

* Add start_time and url parameters to request event. (https://github.com/locustio/locust/pull/1900)
* Support (and test) Python 3.10 (https://github.com/locustio/locust/pull/1901)
* Make User.run/TaskSet.run final and raise an exception if someone marks it as a task (https://github.com/locustio/locust/pull/1895)
* Release docker image for arm64. (https://github.com/locustio/locust/pull/1889)
* Automated change log generation is broken. Will fix this later, but until then you can look here: https://github.com/locustio/locust/compare/2.2.3...2.4.0

2.3.0
=====

* Accidentally increased version to 2.4 directly so there is no 2.3...

2.2.3
=====

* Fix issue with custom arguments in config file (when not running headless) (https://github.com/locustio/locust/pull/1888)
* Automated change log generation is broken. Will fix this later, but until then you can look here: https://github.com/locustio/locust/compare/2.2.2...2.2.3

2.2.2
=====

Expand Down

0 comments on commit f555105

Please sign in to comment.