Skip to content

Commit a49d991

Browse files
authored
Update CHANGELOG.md (#18453)
1 parent ee364ce commit a49d991

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44

55
### Performance improvements
66

7-
TODO
7+
Mypy may be 5-30% faster. This improvement comes largely from tuning the performance of the
8+
garbage collector.
9+
10+
Contributed by Jukka Lehtosalo (PR [18306](https://github.com/python/mypy/pull/18306)).
811

912
### Drop Support for Python 3.8
1013

@@ -33,13 +36,14 @@ Use this flag to disable this behavior. `--strict-bytes` will be enabled by defa
3336
Contributed by Ali Hamdan (PR [18137](https://github.com/python/mypy/pull/18263/)) and
3437
Shantanu Jain (PR [13952](https://github.com/python/mypy/pull/13952)).
3538

36-
### Improvements to partial type handling in loops
39+
### Improvements to reachability analysis and partial type handling in loops
3740

3841
This change results in mypy better modelling control flow within loops and hence detecting several
3942
issues it previously did not detect. In some cases, this change may require use of an additional
4043
explicit annotation of a variable.
4144

42-
Contributed by Christoph Tyralla (PR [18180](https://github.com/python/mypy/pull/18180)).
45+
Contributed by Christoph Tyralla (PR [18180](https://github.com/python/mypy/pull/18180),
46+
[PR](https://github.com/python/mypy/pull/18433)).
4347

4448
(Speaking of partial types, another reminder that mypy plans on enabling `--local-partial-types`
4549
by default in **mypy 2.0**).

0 commit comments

Comments
 (0)