summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-11-10 21:53:06 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-11-10 21:53:06 -0500
commit0387bbaa5e9ab2ad834311249802695ebb0c34ca (patch)
tree81eba7ac0b1fe21c4ad3230efcc9a97fe920e606 /CHANGES.rst
parentd1d60a72cd60b2472d02cdbbcb487e31f25fe32a (diff)
downloadpython-coveragepy-git-0387bbaa5e9ab2ad834311249802695ebb0c34ca.tar.gz
fix: colons in decorators shouldn't stop an exclusion
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 15c81aaf..0b6e2490 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -22,7 +22,8 @@ This list is detailed and covers changes in each pre-release version.
Unreleased
----------
-Nothing yet.
+- Fix: A colon in a decorator expression would cause an exclusion to end too
+ early, preventing the exclusion of the decorated function. This is now fixed.
.. _changes_612: