Skip to content

Commit 1291388

Browse files
committed
doc: the toml fix also fixed #1345
1 parent 45cf793 commit 1291388

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGES.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,16 @@ Unreleased
3838

3939
- Fixed environment variable expansion in pyproject.toml files. It was overly
4040
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.
4344

4445
- Fixed internal logic that prevented coverage.py from running on
4546
implementations other than CPython or PyPy (`issue 1474`_).
4647

4748
.. _issue 991: https://github.com/nedbat/coveragepy/issues/991
4849
.. _issue 1280: https://github.com/nedbat/coveragepy/issues/1280
50+
.. _issue 1345: https://github.com/nedbat/coveragepy/issues/1345
4951
.. _issue 1407: https://github.com/nedbat/coveragepy/issues/1407
5052
.. _issue 1474: https://github.com/nedbat/coveragepy/issues/1474
5153
.. _issue 1481: https://github.com/nedbat/coveragepy/issues/1481

0 commit comments

Comments
 (0)