Skip to content

Commit 3112a80

Browse files
committed
Added info to changelog and docs
1 parent 3fb63a3 commit 3112a80

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
- Fix bug where a subscripted `TypeAliasType` instance did not have all
1313
attributes of the original `TypeAliasType` instance on older Python versions.
1414
Patch by [Daraan](https://github.com/Daraan) and Alex Waygood.
15+
- Extended the Concatenate backport for Python 3.9 and 3.10 to now accept
16+
ellipsis as an argument. Patch by [Daraan](https://github.com/Daraan).
1517

1618
# Release 4.12.2 (June 7, 2024)
1719

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Special typing primitives
178178
See :py:data:`typing.Concatenate` and :pep:`612`. In ``typing`` since 3.10.
179179

180180
The backport does not support certain operations involving ``...`` as
181-
a parameter; see :issue:`48` and :issue:`110` for details.
181+
a parameter; see :pr:`442`, :issue:`48` and :issue:`110` for details.
182182

183183
.. data:: Final
184184

0 commit comments

Comments
 (0)