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

index b523be75dfc7cfce8cdcb2f7e159ba5cc162d5c0..f95ccff5672b1cc2e23d440e77e0b24451e182e9 100644 (file)
@@ -13,6 +13,7 @@ hide:
 
 ### Docs
 
+* 📝 Replace `email` with `username` in `docs_src/security/tutorial007` code examples. PR [#10649](https://github.com/tiangolo/fastapi/pull/10649) by [@nilslindemann](https://github.com/nilslindemann).
 * 📝 Add VS Code tutorial link. PR [#10592](https://github.com/tiangolo/fastapi/pull/10592) by [@nilslindemann](https://github.com/nilslindemann).
 * 📝 Add notes about Pydantic v2's new `.model_dump()`. PR [#10929](https://github.com/tiangolo/fastapi/pull/10929) by [@tiangolo](https://github.com/tiangolo).
 * 📝 Fix broken link in `docs/en/docs/tutorial/sql-databases.md`. PR [#10765](https://github.com/tiangolo/fastapi/pull/10765) by [@HurSungYun](https://github.com/HurSungYun).