]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Fri, 26 Aug 2022 13:25:48 +0000 (13:25 +0000)
committergithub-actions <github-actions@github.com>
Fri, 26 Aug 2022 13:25:48 +0000 (13:25 +0000)
docs/en/docs/release-notes.md

index fc4523537c9279c0244e2eac7b54b623839cec69..ff2a7120ae5ce2072ed32d2a8005e65ffaf57d41 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* 🔧 Update mypy config, use `strict = true` instead of manual configs. PR [#4605](https://github.com/tiangolo/fastapi/pull/4605) by [@michaeloliverx](https://github.com/michaeloliverx).
 * ✏ Fix typo in `docs/en/docs/python-types.md`. PR [#4886](https://github.com/tiangolo/fastapi/pull/4886) by [@MicaelJarniac](https://github.com/MicaelJarniac).
 * ♻ Change a `dict()` for `{}` in `fastapi/utils.py`. PR [#3138](https://github.com/tiangolo/fastapi/pull/3138) by [@ShahriyarR](https://github.com/ShahriyarR).
 * ♻ Move internal variable for errors in `jsonable_encoder` to put related code closer. PR [#4560](https://github.com/tiangolo/fastapi/pull/4560) by [@GuilleQP](https://github.com/GuilleQP).