Skip to content

Commit 2227d00

Browse files
committed
docs: a changelog entry for #1310, and misc cleanups
1 parent d246788 commit 2227d00

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

CHANGES.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ These changes are listed in decreasing version number order. Note this can be
99
different from a strict chronological order when there are two branches in
1010
development at the same time, such as 4.5.x and 5.0.
1111

12-
This list is detailed and covers changes in each pre-release version.
13-
1412
.. When updating the "Unreleased" header to a specific version, use this
1513
.. format. Don't forget the jump target:
1614
..
@@ -22,17 +20,21 @@ This list is detailed and covers changes in each pre-release version.
2220
Unreleased
2321
----------
2422

23+
- Fix: deadlocks could occur when terminating processes. Some of these
24+
deadlocks (described in `issue 1310`_) are now fixed.
25+
2526
- Fix: a signal handler was being set from multiple threads, causing an error:
26-
``ValueError: signal only works in main thread``. This is now fixed, closing
27+
"ValueError: signal only works in main thread". This is now fixed, closing
2728
`issue 1312`_.
2829

2930
- Fix: ``--precision`` on the command-line was being ignored while considering
3031
``--fail-under``. This is now fixed, thanks to
3132
`Marcelo Trylesinski <pull 1317_>`_.
3233

33-
- Fix: releases no longer provide 3.11 alpha wheels. We use internal fields
34-
which are moving during the alpha phase. Fixes `issue 1316`_.
34+
- Fix: releases no longer provide 3.11.0-alpha wheels. Coverage.py uses CPython
35+
internal fields which are moving during the alpha phase. Fixes `issue 1316`_.
3536

37+
.. _issue 1310: https://github.com/nedbat/coveragepy/issues/1310
3638
.. _issue 1312: https://github.com/nedbat/coveragepy/issues/1312
3739
.. _issue 1316: https://github.com/nedbat/coveragepy/issues/1316
3840
.. _pull 1317: https://github.com/nedbat/coveragepy/pull/1317

0 commit comments

Comments
 (0)