File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -578,6 +578,18 @@ Please see [git log](https://github.com/python/typeshed/commits/main?after=f8f07
578578- Allow dangerous identity comparisons to ` Any ` typed variables (Shantanu, PR [ 21142] ( https://github.com/python/mypy/pull/21142 ) )
579579- ` --warn-unused-config ` should not be a strict flag (Ivan Levkivskyi, PR [ 21139] ( https://github.com/python/mypy/pull/21139 ) )
580580
581+ ### Mypy 1.20.2
582+
583+ - Use WAL with SQLite cache and fix close (Shantanu, PR [ 21154] ( https://github.com/python/mypy/pull/21154 ) )
584+ - Adjust SQLite journal mode (Ivan Levkivskyi, PR [ 21217] ( https://github.com/python/mypy/pull/21217 ) )
585+ - Correctly aggregate narrowing information on parent expressions (Shantanu, PR [ 21206] ( https://github.com/python/mypy/pull/21206 ) )
586+ - Fix regression related to generic callables (Shantanu, PR [ 21208] ( https://github.com/python/mypy/pull/21208 ) )
587+ - Fix regression by avoiding widening types in some contexts (Shantanu, PR [ 21242] ( https://github.com/python/mypy/pull/21242 ) )
588+ - Fix slicing in non-strict optional mode (Shantanu, PR [ 21282] ( https://github.com/python/mypy/pull/21282 ) )
589+ - mypyc: Fix match statement semantics for "or" pattern (Shantanu, PR [ 21156] ( https://github.com/python/mypy/pull/21156 ) )
590+ - mypyc: Fix issue with module dunder attributes (Piotr Sawicki, PR [ 21275] ( https://github.com/python/mypy/pull/21275 ) )
591+ - Initial support for Python 3.15.0a8 (Marc Mueller, PR [ 21255] ( https://github.com/python/mypy/pull/21255 ) )
592+
581593### Acknowledgements
582594
583595Thanks to all mypy contributors who contributed to this release:
You can’t perform that action at this time.
0 commit comments