]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Mon, 22 Aug 2022 18:49:42 +0000 (18:49 +0000)
committergithub-actions <github-actions@github.com>
Mon, 22 Aug 2022 18:49:42 +0000 (18:49 +0000)
docs/en/docs/release-notes.md

index f57512cc1c8bb49a8763fa25f7b5b3c4fd69635b..f5ccf9b26bd0c9a1a713b3d7aacd57ae3e3c5907 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* 🎨 Update type annotations for `response_model`, allow things like `Union[str, None]`. PR [#5294](https://github.com/tiangolo/fastapi/pull/5294) by [@tiangolo](https://github.com/tiangolo).
 * 🌐 Fix typos in German translation for `docs/de/docs/features.md`. PR [#4533](https://github.com/tiangolo/fastapi/pull/4533) by [@0xflotus](https://github.com/0xflotus).
 * 🌐 Add missing navigator for `encoder.md` in Korean translation. PR [#5238](https://github.com/tiangolo/fastapi/pull/5238) by [@joonas-yoon](https://github.com/joonas-yoon).
 * Translated docs to ru `project_generator.md`, `features.md`, `help-fastapi.md`, upgrade `python-types.md`, `docs/ru/mkdocs.yml`.. PR [#4913](https://github.com/tiangolo/fastapi/pull/4913) by [@Xewus](https://github.com/Xewus).