summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-07-29 11:33:56 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-07-29 11:33:56 -0400
commit0dd148015ebbb525d74e1e1ae37c36b9997267ed (patch)
treec3db501df5032e1e8e4dc05cab3d99816625838b
parentaef3f0a8fba2342017f39925f85e925a7900a80a (diff)
downloadpython-coveragepy-git-0dd148015ebbb525d74e1e1ae37c36b9997267ed.tar.gz
Changelog from 4.5.4
-rw-r--r--CHANGES.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3796c392..4bc6fad7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -277,6 +277,17 @@ Version 5.0a1 --- 2018-06-05
.. _issue 700: https://github.com/nedbat/coveragepy/issues/700
+.. _changes_454:
+
+Version 4.5.4 -- 2019-07-29
+---------------------------
+
+- Multiprocessing support in Python 3.8 was broken, but is now fixed. Closes
+ `issue 828`_.
+
+.. _issue 828: https://github.com/nedbat/coveragepy/issues/828
+
+
.. _changes_453:
Version 4.5.3 -- 2019-03-09