Skip to content

Commit 4fb0c2b

Browse files
committed
address review comments
1 parent 2f11925 commit 4fb0c2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,9 @@ Please see [git log](https://github.com/python/typeshed/commits/main?after=2480d
285285

286286
### Mypy 1.18.2
287287

288-
- Fix crash on recursive alias in `indirection.py` (Ivan Levkivskyi, PR [19845](https://github.com/python/mypy/pull/19845))
289-
- Add additional guidance for errors when runtime is `object.__init__` (Stephen Morton, PR [19733](https://github.com/python/mypy/pull/19733))
290-
- Fix handling of None values in f-string expressions (BobTheBuidler, PR [19846](https://github.com/python/mypy/pull/19846))
288+
- Fix crash on recursive alias (Ivan Levkivskyi, PR [19845](https://github.com/python/mypy/pull/19845))
289+
- Add additional guidance for stubtest errors when runtime is `object.__init__` (Stephen Morton, PR [19733](https://github.com/python/mypy/pull/19733))
290+
- Fix handling of None values in f-string expressions in mypyc (BobTheBuidler, PR [19846](https://github.com/python/mypy/pull/19846))
291291

292292
### Acknowledgements
293293

0 commit comments

Comments
 (0)