diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9adf134..3d3a30e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,12 +2,13 @@ Changelog ========= -5.1.0 (2024-09-??) +5.1.0 (2024-10-29) ------------------ * Updated various documentation inaccuracies, especially on subprocess handling. * Changed fail under checks to use the precision set in the coverage configuration. Now it will perform the check just like ``coverage report`` would. +* Added a ``--cov-precision`` cli option that can override the value set in your coverage configuration. 5.0.0 (2024-03-24) ------------------