]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sat, 13 Jan 2024 11:49:51 +0000 (11:49 +0000)
committergithub-actions <github-actions@github.com>
Sat, 13 Jan 2024 11:49:51 +0000 (11:49 +0000)
docs/en/docs/release-notes.md

index 13efb84e96a368ac413e373401b63bdc5044378d..973073205b968814ab039371610693131ef28329 100644 (file)
@@ -7,6 +7,8 @@ hide:
 
 ## Latest Changes
 
+* ✏️ Fix Pydantic method name in `docs/en/docs/advanced/path-operation-advanced-configuration.md`. PR [#10826](https://github.com/tiangolo/fastapi/pull/10826) by [@ahmedabdou14](https://github.com/ahmedabdou14).
+
 ### Refactors
 
 * 🔧 Fix Ruff configuration unintentionally enabling and re-disabling mccabe complexity check. PR [#10893](https://github.com/tiangolo/fastapi/pull/10893) by [@jiridanek](https://github.com/jiridanek).