diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-09-27 11:07:53 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-09-27 11:07:53 -0400 |
commit | d296083bbed850a5f13459a163633fc6fb9289ea (patch) | |
tree | 3e9aa25cc7d78b009f672847d10fc7bf28def79e | |
parent | 7f07df63a61010c87ab5a7231cacc8702652437b (diff) | |
download | python-coveragepy-git-d296083bbed850a5f13459a163633fc6fb9289ea.tar.gz |
docs: add a note to the class-branch change
-rw-r--r-- | CHANGES.rst | 4 |
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`_. |