summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-09-13 07:09:10 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-09-13 07:09:10 -0400
commit550817522fc3dd136ecf551f8b5400df7c5cd989 (patch)
treeadc1aaffb529fc308a511bbbe10409b6c8ca8df0
parentc784c559fa37407dfec6abc7734cb61bd5e7cc7f (diff)
downloadpython-coveragepy-git-550817522fc3dd136ecf551f8b5400df7c5cd989.tar.gz
docs: pep 517 packaging
-rw-r--r--CHANGES.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8773cd67..ef4cf16a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,10 +20,13 @@ development at the same time, such as 4.5.x and 5.0.
Unreleased
----------
+- Packaging is now compliant with `PEP 517`_.
+
- 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/
.. _changes_6-4-4: