]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sat, 14 May 2022 19:09:00 +0000 (19:09 +0000)
committergithub-actions <github-actions@github.com>
Sat, 14 May 2022 19:09:00 +0000 (19:09 +0000)
docs/en/docs/release-notes.md

index 2a43718a149734cba8427c455255b26c28a5f9df..81bc2164521af58c8ee97ab349ebf020e6a57e21 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* ✅ Add tests for required nonable parameters and body fields. PR [#4907](https://github.com/tiangolo/fastapi/pull/4907) by [@tiangolo](https://github.com/tiangolo).
 * 📝 Add docs recommending `Union` over `Optional` and migrate source examples. PR [#4908](https://github.com/tiangolo/fastapi/pull/4908) by [@tiangolo](https://github.com/tiangolo).
 * ✨ Add support for not needing `...` as default value in required Query(), Path(), Header(), etc.. PR [#4906](https://github.com/tiangolo/fastapi/pull/4906) by [@tiangolo](https://github.com/tiangolo).
 * 🎨 Fix default value as set in tutorial for Path Operations Advanced Configurations. PR [#4899](https://github.com/tiangolo/fastapi/pull/4899) by [@tiangolo](https://github.com/tiangolo).