Release v4.1.0 (#761)

This commit is contained in:
Jim Brännlund 2023-11-04 20:24:02 +01:00 committed by GitHub
parent 82762a2ffc
commit 13484304be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 1 deletions

View File

@ -6,10 +6,23 @@ Versions follow `Semantic Versioning`_ (``<major>.<minor>.<patch>``).
Version History
---------------
4.0.3 (2023-09-14)
4.1.0 (2023-11-04)
~~~~~~~~~~~~~~~~~~
* Fix typo ("ge" instead of "get") in green Reload button in report file.
* Fix results table modification documentation.
* Thanks to `@michalkaptur <https://github.com/michalkaptur>`_ for the reporting and PR.
* Fix broken duration.
* Revert report generation to full run.
* Add collections errors to report.
* Fix escaping HTML in the log.
4.0.2 (2023-09-12)
~~~~~~~~~~~~~~~~~~