📝 Update release notes

This commit is contained in:
github-actions 2024-08-04 18:23:34 +00:00
parent f3e49e5f4e
commit 35fcb31dca
1 changed files with 4 additions and 0 deletions

View 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