Add changelog entry for sum change

This commit is contained in:
Simon Binder 2023-10-22 12:38:31 +02:00
parent 86c071a965
commit bf8dff0887
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
## 0.32.1-dev
- Treat the result of `sum()` as nullable when inferring types.
## 0.32.0
- Turn `ResolvedType.hints` into a list, supporting multiple type hints.