]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sun, 4 Aug 2024 18:23:34 +0000 (18:23 +0000)
committergithub-actions <github-actions@github.com>
Sun, 4 Aug 2024 18:23:34 +0000 (18:23 +0000)
docs/en/docs/release-notes.md

index 1e2292265e0722181d60d7eca51577a3328206b6..eb270825b32ae4e7b17bbdb3315b2e69c56c604e 100644 (file)
@@ -14,6 +14,10 @@ hide:
 * 🌐 Add Portuguese translation for `docs/pt/docs/tutorial/cors.md` and `docs/pt/docs/tutorial/middleware.md`. PR [#11916](https://github.com/fastapi/fastapi/pull/11916) by [@wesinalves](https://github.com/wesinalves).
 * 🌐 Add French translation for `docs/fr/docs/tutorial/path-params-numeric-validations.md`. PR [#11788](https://github.com/fastapi/fastapi/pull/11788) by [@pe-brian](https://github.com/pe-brian).
 
+### Internal
+
+* 🔇 Ignore warning from attrs in Trio. PR [#11949](https://github.com/fastapi/fastapi/pull/11949) by [@tiangolo](https://github.com/tiangolo).
+
 ## 0.112.0
 
 ### Breaking Changes