summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-01-16 06:31:43 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-01-16 06:31:43 -0500
commitc84315f3c20f2d7ad921d2ac6600ba3d420147aa (patch)
treeb3c4f67ecef2517a1d755350f1be77a01c4abc13
parente52d616a065da649494f37112cadfde0c646a0b9 (diff)
downloadpython-coveragepy-git-c84315f3c20f2d7ad921d2ac6600ba3d420147aa.tar.gz
docs: add an issue reference for the 3.11.0a4 support
-rw-r--r--CHANGES.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8bd70d68..57719698 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -24,7 +24,7 @@ Unreleased
- Dropped support for Python 3.6, which reached end-of-life on 2021-12-23.
-- Updated Python 3.11 support to 3.11.0a4.
+- Updated Python 3.11 support to 3.11.0a4, fixing `issue 1294`_.
- Fix: a .gitignore file will only be written into the HTML report output
directory if the directory is empty. This should prevent certain unfortunate
@@ -33,6 +33,7 @@ Unreleased
- Releases now have MacOS arm64 wheels for Apple Silicon (fixes `issue 1288`_).
.. _issue 1288: https://github.com/nedbat/coveragepy/issues/1288
+.. _issue 1294: https://github.com/nedbat/coveragepy/issues/1294
.. _changes_62: