summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index ef4cf16a..b2feb990 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,13 +20,14 @@ development at the same time, such as 4.5.x and 5.0.
Unreleased
----------
-- Packaging is now compliant with `PEP 517`_.
+- Packaging is now compliant with `PEP 517`_, closing `issue 1395`_.
- Fix an internal problem with caching of invalid Python parsing. Found by
OSS-Fuzz, fixing their `bug 50381`_.
.. _bug 50381: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50381
.. _PEP 517: https://peps.python.org/pep-0517/
+.. _issue 1395: https://github.com/nedbat/coveragepy/issues/1395
.. _changes_6-4-4: