Skip to content

Commit 197c35e

Browse files
committed
Update changelog and hopefully I don't forget to publish release again :))
1 parent 14dc1c9 commit 197c35e

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

AUTHORS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ Authors
6565
* Tsvika Shapira - https://github.com/tsvikas
6666
* Marcos Boger - https://github.com/marcosboger
6767
* Ofek Lev - https://github.com/ofek
68+
* Art Pelling - https://github.com/artpelling
69+
* Markéta Machová - https://github.com/MeggyCal

CHANGELOG.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Changelog
33
=========
44

5-
7.0.1 (2026-03-02)
5+
7.0.1 (2026-03-21)
66
------------------
77

88
* Fixed total coverage computation to always be consistent, regardless of reporting settings.
@@ -20,7 +20,12 @@ Changelog
2020
With this fix one can suppress ``ResourceWarning`` from sqlite3 from command line::
2121

2222
pytest -W "ignore:unclosed database in <sqlite3.Connection object at:ResourceWarning" ...
23-
23+
* Various improvements to documentation.
24+
Contributed by Art Pelling in `#718 <https://github.com/pytest-dev/pytest-cov/pull/718>`_ and
25+
"vivodi" in `#738 <https://github.com/pytest-dev/pytest-cov/pull/738>`_.
26+
Also closed `#736 <https://github.com/pytest-dev/pytest-cov/issues/736>`_.
27+
* Fixed some assertions in tests.
28+
Contributed by in Markéta Machová in `#722 <https://github.com/pytest-dev/pytest-cov/pull/722>`_
2429
7.0.0 (2025-09-09)
2530
------------------
2631

0 commit comments

Comments
 (0)