]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Thu, 30 Jan 2025 12:17:52 +0000 (12:17 +0000)
committergithub-actions <github-actions@github.com>
Thu, 30 Jan 2025 12:17:52 +0000 (12:17 +0000)
[skip ci]

docs/en/docs/release-notes.md

index a07b2023cfaf43e7a67d81faa960dba22d140a20..b1c34800ce363ad667fccce45ce6336f6ea41ca7 100644 (file)
@@ -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