]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Tue, 9 Jan 2024 14:30:16 +0000 (14:30 +0000)
committergithub-actions <github-actions@github.com>
Tue, 9 Jan 2024 14:30:16 +0000 (14:30 +0000)
docs/en/docs/release-notes.md

index b33edba84c854b68d1afe7d30ebdcdba6c43c6d5..18f5c50b6e06d03c3c3290bdd292fb8ec1d7ebbb 100644 (file)
@@ -9,6 +9,7 @@ hide:
 
 ### Docs
 
+* 📝 Update code examples in docs for body, replace name `create_item` with `update_item` when appropriate. PR [#5913](https://github.com/tiangolo/fastapi/pull/5913) by [@OttoAndrey](https://github.com/OttoAndrey).
 * ✏️ Fix typo in dependencies with yield source examples. PR [#10847](https://github.com/tiangolo/fastapi/pull/10847) by [@tiangolo](https://github.com/tiangolo).
 
 ### Internal