@@ -9,8 +9,6 @@ These changes are listed in decreasing version number order. Note this can be
9
9
different from a strict chronological order when there are two branches in
10
10
development at the same time, such as 4.5.x and 5.0.
11
11
12
- This list is detailed and covers changes in each pre-release version.
13
-
14
12
.. When updating the "Unreleased" header to a specific version, use this
15
13
.. format. Don't forget the jump target:
16
14
..
@@ -22,17 +20,21 @@ This list is detailed and covers changes in each pre-release version.
22
20
Unreleased
23
21
----------
24
22
23
+ - Fix: deadlocks could occur when terminating processes. Some of these
24
+ deadlocks (described in `issue 1310 `_) are now fixed.
25
+
25
26
- 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
27
28
`issue 1312 `_.
28
29
29
30
- Fix: ``--precision `` on the command-line was being ignored while considering
30
31
``--fail-under ``. This is now fixed, thanks to
31
32
`Marcelo Trylesinski <pull 1317 _>`_.
32
33
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 `_.
35
36
37
+ .. _issue 1310 : https://github.com/nedbat/coveragepy/issues/1310
36
38
.. _issue 1312 : https://github.com/nedbat/coveragepy/issues/1312
37
39
.. _issue 1316 : https://github.com/nedbat/coveragepy/issues/1316
38
40
.. _pull 1317 : https://github.com/nedbat/coveragepy/pull/1317
0 commit comments