]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sat, 18 Mar 2023 19:08:30 +0000 (19:08 +0000)
committergithub-actions <github-actions@github.com>
Sat, 18 Mar 2023 19:08:30 +0000 (19:08 +0000)
docs/en/docs/release-notes.md

index 5813ac6b7c1f1244db83a2506f39c154f6ecd9fe..b413d60fef4563b958a1a8967e1d0ddd54e83f5d 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* 📝 Tweak tip recommending `Annotated` in docs. PR [#9270](https://github.com/tiangolo/fastapi/pull/9270) by [@tiangolo](https://github.com/tiangolo).
 ### Highlights
 
 This release adds support for dependencies and parameters using `Annotated`. ✨