File tree 1 file changed +4
-2
lines changed 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,16 @@ Unreleased
38
38
39
39
- Fixed environment variable expansion in pyproject.toml files. It was overly
40
40
broad, causing errors outside of coverage.py settings, as described in `issue
41
- 1481 `_. This is now fixed, but in rare cases will require changing your
42
- pyproject.toml to quote non-string values using environment substitution.
41
+ 1481 `_ and `issue 1345 `_. This is now fixed, but in rare cases will require
42
+ changing your pyproject.toml to quote non-string values that use environment
43
+ substitution.
43
44
44
45
- Fixed internal logic that prevented coverage.py from running on
45
46
implementations other than CPython or PyPy (`issue 1474 `_).
46
47
47
48
.. _issue 991 : https://github.com/nedbat/coveragepy/issues/991
48
49
.. _issue 1280 : https://github.com/nedbat/coveragepy/issues/1280
50
+ .. _issue 1345 : https://github.com/nedbat/coveragepy/issues/1345
49
51
.. _issue 1407 : https://github.com/nedbat/coveragepy/issues/1407
50
52
.. _issue 1474 : https://github.com/nedbat/coveragepy/issues/1474
51
53
.. _issue 1481 : https://github.com/nedbat/coveragepy/issues/1481
You can’t perform that action at this time.
0 commit comments