@@ -17,31 +17,34 @@ development at the same time, such as 4.5.x and 5.0.
1717 .. Version 9.8.1 — 2027-07-27
1818 .. --------------------------
1919
20- Unreleased
21- ----------
20+ .. _changes_7-0-2 :
21+
22+ Version 7.0.2 — 2023-01-02
23+ --------------------------
2224
2325- Fix: when using the ``[run] relative_files = True `` setting, a relative
2426 ``[paths] `` pattern was still being made absolute. This is now fixed,
2527 closing `issue 1519 `_.
2628
2729- Fix: if Python doesn't provide tomllib, then TOML configuration files can
2830 only be read if coverage.py is installed with the ``[toml] `` extra.
29- Coverage.py will raise an error if toml support is not installed when it sees
31+ Coverage.py will raise an error if TOML support is not installed when it sees
3032 your settings are in a .toml file. But it didn't understand that
31- ``[tools.coverage] `` was a valid section header, so the error wasn't
32- reported , and settings were silently ignored. This is now fixed, closing
33- `issue 1516 `_.
33+ ``[tools.coverage] `` was a valid section header, so the error wasn't reported
34+ if you used that header , and settings were silently ignored. This is now
35+ fixed, closing `issue 1516 `_.
3436
3537- Fix: adjusted how decorators are traced on PyPy 7.3.10, fixing `issue 1515 `_.
3638
3739- Fix: the ``coverage lcov `` report did not properly implement the
3840 ``--fail-under=MIN `` option. This has been fixed.
3941
40- - Refactor: a number of refactorings internally due to adding type annotations .
42+ - Refactor: added many type annotations, including a number of refactorings .
4143 This should not affect outward behavior, but they were a bit invasive in some
42- places.
44+ places, so keep your eyes peeled for oddities .
4345
44- - Remove vestigial and long-untested support for Jython and IronPython.
46+ - Refactor: removed the vestigial and long untested support for Jython and
47+ IronPython.
4548
4649.. _issue 1515 : https://github.com/nedbat/coveragepy/issues/1515
4750.. _issue 1516 : https://github.com/nedbat/coveragepy/issues/1516
0 commit comments