]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sun, 31 Mar 2024 16:37:43 +0000 (16:37 +0000)
committergithub-actions <github-actions@github.com>
Sun, 31 Mar 2024 16:37:43 +0000 (16:37 +0000)
docs/en/docs/release-notes.md

index 97a31a9c5f1c2c8e1871578c4eb059574f300f40..7ca581abea66a35fe0c15f5da0c31ac9e2f7d292 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Refactors
+
+* ♻️ Simplify string format with f-strings in `fastapi/applications.py`. PR [#11335](https://github.com/tiangolo/fastapi/pull/11335) by [@igeni](https://github.com/igeni).
+
 ### Docs
 
 * ✏️ Fix typo in `fastapi/security/oauth2.py`. PR [#11368](https://github.com/tiangolo/fastapi/pull/11368) by [@shandongbinzhou](https://github.com/shandongbinzhou).