diff --git a/CHANGES.md b/CHANGES.md index 097725ec0be..bef0493f924 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -26,6 +26,8 @@ - Fix styling of starred expressions inside `match` subject (#2667) - Fix parser error location on invalid syntax in a `match` statement (#2649) - Fix Python 3.10 support on platforms without ProcessPoolExecutor (#2631) +- Improve parsing performance on code that uses `match` identifers under target-version + 3.10 by roughly 45% (#2670) ### Packaging