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

index 74efd542ffc20c2134a4227afa291224ed7647c1..9e3dba5e8dcb5fe541ea41aa4b52ee6321d28f6f 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* ♻ 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).
 * ♻ Simplify conditional assignment in `fastapi/dependencies/utils.py`. PR [#4597](https://github.com/tiangolo/fastapi/pull/4597) by [@cikay](https://github.com/cikay).
 * 🎨 Fix syntax highlighting in docs for OpenAPI Callbacks. PR [#4368](https://github.com/tiangolo/fastapi/pull/4368) by [@xncbf](https://github.com/xncbf).