]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Thu, 12 May 2022 20:48:12 +0000 (20:48 +0000)
committergithub-actions <github-actions@github.com>
Thu, 12 May 2022 20:48:12 +0000 (20:48 +0000)
docs/en/docs/release-notes.md

index 4ad301c6aa793f0ab14ff51e4a3efeadeb43af1b..5c73818fed397a1a38bd33f1a55dec9467e4be9f 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* 🎨 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).
 * ♻ Refactor dict value extraction to minimize key lookups `fastapi/utils.py`. PR [#3139](https://github.com/tiangolo/fastapi/pull/3139) by [@ShahriyarR](https://github.com/ShahriyarR).
 * 👷 Fix installing Material for MkDocs Insiders in CI. PR [#4897](https://github.com/tiangolo/fastapi/pull/4897) by [@tiangolo](https://github.com/tiangolo).
 * 👷 Add pre-commit CI instead of custom GitHub Action. PR [#4896](https://github.com/tiangolo/fastapi/pull/4896) by [@tiangolo](https://github.com/tiangolo).