summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 2eba01dd..b596ed65 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -21,7 +21,9 @@ Unreleased
----------
- Starting with coverage.py 6.2, ``class`` statements were marked as a branch.
- This wasn't right, and has been reverted, fixing `issue 1449`_.
+ This wasn't right, and has been reverted, fixing `issue 1449`_. Note this
+ will very slightly reduce your coverage total if you are measuring branch
+ coverage.
- Packaging is now compliant with `PEP 517`_, closing `issue 1395`_.