summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 8aefb88f..4a1570a7 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,7 +20,9 @@ development at the same time, such as 4.5.x and 5.0.
Unreleased
----------
-Nothing yet.
+- Python 3.12 beta 1 now inlines comprehensions. Previously they were compiled
+ as invisible functions and coverage.py would warn you if they weren't
+ completely executed. This no longer happens under Python 3.12.
.. scriv-start-here