Skip to content

Commit d65a013

Browse files
committed
Add latest 1.12 changes to changelog (#17921)
These were cherry-picked to the release branch.
1 parent 2e38965 commit d65a013

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ List of documentation updates:
187187
* Make changelog visible in mypy documentation (quinn-sasha, PR [17742](https://github.com/python/mypy/pull/17742))
188188
* List all incomplete features in `--enable-incomplete-feature` docs (sobolevn, PR [17633](https://github.com/python/mypy/pull/17633))
189189
* Remove the explicit setting of a pygments theme (Pradyun Gedam, PR [17571](https://github.com/python/mypy/pull/17571))
190+
* Document ReadOnly with TypedDict (Jukka Lehtosalo, PR [17905](https://github.com/python/mypy/pull/17905))
191+
* Document TypeIs (Chelsea Durazo, PR [17821](https://github.com/python/mypy/pull/17821))
190192

191193
### Experimental Inline TypedDict Syntax
192194

@@ -250,6 +252,9 @@ This feature was contributed by Ivan Levkivskyi (PR [17457](https://github.com/p
250252
* Fix typechecking for async generators (Danny Yang, PR [17452](https://github.com/python/mypy/pull/17452))
251253
* Fix strict optional handling in attrs plugin (Ivan Levkivskyi, PR [17451](https://github.com/python/mypy/pull/17451))
252254
* Allow mixing ParamSpec and TypeVarTuple in Generic (Ivan Levkivskyi, PR [17450](https://github.com/python/mypy/pull/17450))
255+
* Improvements to `functools.partial` of types (Shantanu, PR [17898](https://github.com/python/mypy/pull/17898))
256+
* Make ReadOnly TypedDict items covariant (Jukka Lehtosalo, PR [17904](https://github.com/python/mypy/pull/17904))
257+
* Fix union callees with `functools.partial` (Jukka Lehtosalo, PR [17903](https://github.com/python/mypy/pull/17903))
253258

254259
### Typeshed Updates
255260

@@ -263,6 +268,7 @@ Thanks to all mypy contributors who contributed to this release:
263268
- Bénédikt Tran
264269
- Brian Schubert
265270
- bzoracler
271+
- Chelsea Durazo
266272
- Danny Yang
267273
- Edgar Ramírez Mondragón
268274
- Eric Mark Martin

0 commit comments

Comments
 (0)