@@ -27,14 +27,15 @@ upgrading your version of coverage.py.
2727Version 7.13.0 — 2025-12-08
2828---------------------------
2929
30- - New feature : coverage.py now supports :file: `.coveragerc.toml ` configuration
30+ - Feature : coverage.py now supports :file: `.coveragerc.toml ` configuration
3131 files. These files use TOML syntax and take priority over
3232 :file: `pyproject.toml ` but lower priority than :file: `.coveragerc ` files.
3333 Closes `issue 1643 `_ thanks to `Olena Yefymenko <pull 1952 _>`_.
3434
35- - The .pth file we install was done incorrectly and didn't work when using
36- the source wheel (``py3-none-any ``). This is now fixed. Thanks, `Henry
37- Schreiner <pull 2100_> `_.
35+ - Fix: we now include a permanent .pth file which is installed with the code,
36+ fixing `issue 2084 `_. In 7.12.1b1 this was done incorrectly: it didn't work
37+ when using the source wheel (``py3-none-any ``). This is now fixed. Thanks,
38+ `Henry Schreiner <pull 2100 _>`_.
3839
3940- Deprecated: when coverage.py is installed, it creates three command entry
4041 points: ``coverage ``, ``coverage3 ``, and ``coverage-3.10 `` (if installed for
@@ -46,6 +47,7 @@ Version 7.13.0 — 2025-12-08
4647.. _pull 1952 : https://github.com/coveragepy/coveragepy/pull/1952
4748.. _pull 2100 : https://github.com/coveragepy/coveragepy/pull/2100
4849
50+
4951.. _changes_7-12-1b1 :
5052
5153Version 7.12.1b1 — 2025-11-30
0 commit comments