Add a CHANGES entry for #12314

This commit is contained in:
Adam Turner 2024-04-29 01:10:15 +01:00
parent 76497988cb
commit 7c7f0d7f57

View File

@ -25,6 +25,8 @@ Features added
Bugs fixed
----------
* #12314: Properly format ``collections.abc.Callable`` in annotations.
Patch by Adam Turner.
* #12162: Fix a performance regression in the C domain that has
been present since version 3.0.0.
Patch by Donald Hunter.