Skip to content

Commit 881f926

Browse files
committed
Update changelog
1 parent 2261fd1 commit 881f926

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ aliases that have a `Concatenate` special form as their argument.
2626
- Backport CPython PR [#124795](https://github.com/python/cpython/pull/124795):
2727
fix `TypeAliasType` not raising an error on non-tuple inputs for `type_params`.
2828
Patch by [Daraan](https://github.com/Daraan).
29+
- Backport `evaluate_forward_ref` from CPython PR
30+
[#119891](https://github.com/python/cpython/pull/119891) to evaluate `ForwardRef`s.
31+
Patch by [Daraan](https://github.com/Daraan), backporting a CPython PR by Jelle Zijlstra.
2932

3033
# Release 4.12.2 (June 7, 2024)
3134

0 commit comments

Comments
 (0)