]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Thu, 18 Apr 2024 21:57:19 +0000 (21:57 +0000)
committergithub-actions <github-actions@github.com>
Thu, 18 Apr 2024 21:57:19 +0000 (21:57 +0000)
docs/en/docs/release-notes.md

index 15f75efb16836d974e4b2406cf650cb39de35055..f7342373ba15dee1ffbd557549f1ce8a087ebaf5 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Fixes
+
+* 🐛 Fix support for query parameters with list types, handle JSON encoding Pydantic `UndefinedType`. PR [#9929](https://github.com/tiangolo/fastapi/pull/9929) by [@arjwilliams](https://github.com/arjwilliams).
+
 ### Refactors
 
 * ✨ Add support for Pydantic's 2.7 new deprecated Field parameter, remove URL from validation errors response. PR [#11461](https://github.com/tiangolo/fastapi/pull/11461) by [@tiangolo](https://github.com/tiangolo).