summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst5
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 5200c9f8..4a009ab4 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -26,11 +26,16 @@ Unreleased
``ValueError: signal only works in main thread``. This is now fixed, closing
`issue 1312`_.
+- Fix: ``--precision`` on the command-line was being ignored while considering
+ ``--fail-under``. This is now fixed, thanks to
+ `Marcelo Trylesinski <pull 1317_>`_.
+
- Fix: releases no longer provide 3.11 alpha wheels. We use internal fields
which are moving during the alpha phase. Fixes `issue 1316`_.
.. _issue 1312: https://github.com/nedbat/coveragepy/issues/1312
.. _issue 1316: https://github.com/nedbat/coveragepy/issues/1316
+.. _pull 1317: https://github.com/nedbat/coveragepy/pull/1317
.. _changes_63:
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 9f3d0b20..ddcfe634 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -96,6 +96,7 @@ Leonardo Pistone
Lex Berezhny
Loïc Dachary
Marc Abramowitz
+Marcelo Trylesinski
Marcus Cobden
Marius Gedminas
Mark van der Wal