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

index 9e28af40b149a63390e95a4029d9d7cdb7f60f2c..5d31e52615931c2891e523234432b01734ca26e4 100644 (file)
@@ -22,6 +22,7 @@ hide:
 
 ### Docs
 
+* 📝 Add External Link: Tips on migrating from Flask to FastAPI and vice-versa. PR [#11029](https://github.com/tiangolo/fastapi/pull/11029) by [@jtemporal](https://github.com/jtemporal).
 * 📝 Deprecate old tutorials: Peewee, Couchbase, encode/databases. PR [#10979](https://github.com/tiangolo/fastapi/pull/10979) by [@tiangolo](https://github.com/tiangolo).
 * ✏️ Fix typo in `fastapi/security/oauth2.py`. PR [#10972](https://github.com/tiangolo/fastapi/pull/10972) by [@RafalSkolasinski](https://github.com/RafalSkolasinski).
 * 📝 Update `HTTPException` details in `docs/en/docs/tutorial/handling-errors.md`. PR [#5418](https://github.com/tiangolo/fastapi/pull/5418) by [@papb](https://github.com/papb).