@@ -17,31 +17,34 @@ development at the same time, such as 4.5.x and 5.0.
17
17
.. Version 9.8.1 — 2027-07-27
18
18
.. --------------------------
19
19
20
- Unreleased
21
- ----------
20
+ .. _changes_7-0-2 :
21
+
22
+ Version 7.0.2 — 2023-01-02
23
+ --------------------------
22
24
23
25
- Fix: when using the ``[run] relative_files = True `` setting, a relative
24
26
``[paths] `` pattern was still being made absolute. This is now fixed,
25
27
closing `issue 1519 `_.
26
28
27
29
- Fix: if Python doesn't provide tomllib, then TOML configuration files can
28
30
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
30
32
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 `_.
34
36
35
37
- Fix: adjusted how decorators are traced on PyPy 7.3.10, fixing `issue 1515 `_.
36
38
37
39
- Fix: the ``coverage lcov `` report did not properly implement the
38
40
``--fail-under=MIN `` option. This has been fixed.
39
41
40
- - Refactor: a number of refactorings internally due to adding type annotations .
42
+ - Refactor: added many type annotations, including a number of refactorings .
41
43
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 .
43
45
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.
45
48
46
49
.. _issue 1515 : https://github.com/nedbat/coveragepy/issues/1515
47
50
.. _issue 1516 : https://github.com/nedbat/coveragepy/issues/1516
0 commit comments