From: github-actions Date: Sat, 31 Aug 2024 20:19:51 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.112.3~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75c4e7fc44fda0c63d5627af65cb0ba7919fd334;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 855338742a..a02b722f63 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -7,6 +7,10 @@ hide: ## Latest Changes +### Refactors + +* ♻️ Refactor and simplify dependencies data structures with dataclasses. PR [#12098](https://github.com/fastapi/fastapi/pull/12098) by [@tiangolo](https://github.com/tiangolo). + ### Docs * 📝 Add note about `time.perf_counter()` in middlewares. PR [#12095](https://github.com/fastapi/fastapi/pull/12095) by [@tiangolo](https://github.com/tiangolo).