summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-09-13 07:10:50 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-09-13 07:10:50 -0400
commit2217e0f148d2cde511aab72dca7833ff0d06f266 (patch)
tree7171281c3ac8b2a5e1254b8c236fb400ae68221f
parent550817522fc3dd136ecf551f8b5400df7c5cd989 (diff)
downloadpython-coveragepy-git-2217e0f148d2cde511aab72dca7833ff0d06f266.tar.gz
docs: there was an issue to close for pep 517.
-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: