Skip to content

Commit 01387fc

Browse files
committed
docs: tweak changes
1 parent 60206e8 commit 01387fc

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGES.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,15 @@ upgrading your version of coverage.py.
2727
Version 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

5153
Version 7.12.1b1 — 2025-11-30

0 commit comments

Comments
 (0)