📝 Update release notes

This commit is contained in:
github-actions 2024-01-09 14:30:16 +00:00
parent e9ffa20c8e
commit 136fe2b70f
1 changed files with 1 additions and 0 deletions

View 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