Skip to content

Commit a5998d2

Browse files
committed
Update CHANGELOG.md (#17159)
- add typeshed updates note - remove unreleased
1 parent 62ea5b0 commit a5998d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55

66

7-
## Mypy 1.10 (Unreleased)
7+
## Mypy 1.10
88

99
We’ve just uploaded mypy 1.10 to the Python Package Index ([PyPI](https://pypi.org/project/mypy/)). Mypy is a static type checker for Python. This release includes new features, performance improvements and bug fixes. You can install it as follows:
1010

@@ -128,6 +128,11 @@ This feature was contributed by Shantanu (PR [16756](https://github.com/python/m
128128
- Experimental: Support TypedDict within `type[...]` (Marc Mueller, PR [16963](https://github.com/python/mypy/pull/16963))
129129
- Experimtental: Fix issue with TypedDict with optional keys in `type[...]` (Marc Mueller, PR [17068](https://github.com/python/mypy/pull/17068))
130130

131+
#### Typeshed Updates
132+
133+
Please see [git log](https://github.com/python/typeshed/commits/main?after=7c8e82fe483a40ec4cb0a2505cfdb0f3e7cc81d9+0&branch=main&path=stdlib) for full list of standard library typeshed stub changes.
134+
135+
131136
#### Acknowledgements
132137
Thanks to all mypy contributors who contributed to this release:
133138

0 commit comments

Comments
 (0)