]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sun, 12 Dec 2021 11:29:36 +0000 (11:29 +0000)
committergithub-actions <github-actions@github.com>
Sun, 12 Dec 2021 11:29:36 +0000 (11:29 +0000)
docs/en/docs/release-notes.md

index 271aab5d152c0d7fd376dba363087839e6df3ea3..2a0d273604c9e23fe972a7e1f01501a5517aed2d 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* 🐛 Fix JSON Schema for dataclasses, supporting the fixes in Pydantic 1.9. PR [#4272](https://github.com/tiangolo/fastapi/pull/4272) by [@PrettyWood](https://github.com/PrettyWood).
 * 🌐 Add Korean translation for `docs/tutorial/request-forms-and-files.md`. PR [#3744](https://github.com/tiangolo/fastapi/pull/3744) by [@NinaHwang](https://github.com/NinaHwang).
 * 🌐 Add Korean translation for `docs/tutorial/request-files.md`. PR [#3743](https://github.com/tiangolo/fastapi/pull/3743) by [@NinaHwang](https://github.com/NinaHwang).
 * 🌐 Add portuguese translation for `docs/tutorial/query-params-str-validations.md`. PR [#3965](https://github.com/tiangolo/fastapi/pull/3965) by [@leandrodesouzadev](https://github.com/leandrodesouzadev).