From: github-actions Date: Sat, 17 Aug 2024 04:52:53 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.112.2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6aa0435a3ee1ace6c4fb121a3865c23d2d07bea8;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index 3c9f53d4b1..8e58ecb39e 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -9,6 +9,7 @@ hide: ### Refactors +* 🎨 Fix typing annotation for semi-internal `FastAPI.add_api_route()`. PR [#10240](https://github.com/fastapi/fastapi/pull/10240) by [@ordinary-jamie](https://github.com/ordinary-jamie). * ⬆️ Upgrade version of Ruff and reformat. PR [#12032](https://github.com/fastapi/fastapi/pull/12032) by [@tiangolo](https://github.com/tiangolo). ### Docs