Skip to content

Commit a1648f5

Browse files
authored
Add typeshed and acknowledgements sections to 1.7 changelog (#16436)
1 parent ed7cc08 commit a1648f5

File tree

1 file changed

+39
-2
lines changed

1 file changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ TODO: Write sections about these?
6262
* Generate error on duplicate function definitions (Jukka Lehtosalo, PR [16309](https://github.com/python/mypy/pull/16309))
6363
* Don't crash on unreachable statements (Jukka Lehtosalo, PR [16311](https://github.com/python/mypy/pull/16311))
6464
* Avoid cyclic reference in nested functions (Jukka Lehtosalo, PR [16268](https://github.com/python/mypy/pull/16268))
65-
* Fix direct __dict__ access on inner functions in new Python (Shantanu, PR [16084](https://github.com/python/mypy/pull/16084))
65+
* Fix direct `__dict__` access on inner functions in new Python (Shantanu, PR [16084](https://github.com/python/mypy/pull/16084))
6666
* Make tuple packing and unpacking more efficient (Jukka Lehtosalo, PR [16022](https://github.com/python/mypy/pull/16022))
6767

6868
#### Improvements to Error Reportong
@@ -148,8 +148,45 @@ TODO: Write sections about these?
148148
* Deduplicate iterable logic (Shantanu, PR [16006](https://github.com/python/mypy/pull/16006))
149149
* Fix inference for properties with `__call__` (Shantanu, PR [15926](https://github.com/python/mypy/pull/15926))
150150

151+
#### Typeshed Updates
152+
153+
Please see [git log](https://github.com/python/typeshed/commits/main?after=4a854366e03dee700109f8e758a08b2457ea2f51+0&branch=main&path=stdlib) for full list of standard library typeshed stub changes.
154+
151155
#### Acknowledgements
152-
...
156+
157+
Thanks to all mypy contributors who contributed to this release:
158+
159+
* Albert Tugushev
160+
* Alex Waygood
161+
* Ali Hamdan
162+
* Anders Kaseorg
163+
* Anthony Sottile
164+
* Chad Dombrova
165+
* Cibin Mathew
166+
* dinaldoap
167+
* DS/Charlie
168+
* Eli Schwartz
169+
* Ganden Schaffner
170+
* Hamir Mahal
171+
* Ihor
172+
* Ikko Eltociear Ashimine
173+
* Ilya Priven
174+
* Ivan Levkivskyi
175+
* Jelle Zijlstra
176+
* Jukka Lehtosalo
177+
* Jørgen Lind
178+
* KotlinIsland
179+
* Matt Bogosian
180+
* Nikita Sobolev
181+
* Petter Friberg
182+
* Randolf Scholz
183+
* Shantanu
184+
* Thomas Grainger
185+
* Valentin Stanciu
186+
187+
I’d also like to thank my employer, Dropbox, for supporting mypy development.
188+
189+
Posted by Jukka Lehtosalo
153190

154191
## Mypy 1.6
155192

0 commit comments

Comments
 (0)