From: github-actions Date: Thu, 30 Jan 2025 12:17:52 +0000 (+0000) Subject: 📝 Update release notes X-Git-Tag: 0.115.8~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0541693bc7611da858f71d896a3b9780751c04f8;p=thirdparty%2Ffastapi%2Ffastapi.git 📝 Update release notes [skip ci] --- diff --git a/docs/en/docs/release-notes.md b/docs/en/docs/release-notes.md index a07b2023cf..b1c34800ce 100644 --- a/docs/en/docs/release-notes.md +++ b/docs/en/docs/release-notes.md @@ -13,6 +13,7 @@ hide: ### Refactors +* ♻️ Move duplicated code portion to a static method in the `APIKeyBase` super class. PR [#3142](https://github.com/fastapi/fastapi/pull/3142) by [@ShahriyarR](https://github.com/ShahriyarR). * ✅ Simplify tests for request_files. PR [#13182](https://github.com/fastapi/fastapi/pull/13182) by [@alejsdev](https://github.com/alejsdev). ### Docs