📝 Update release notes

This commit is contained in:
github-actions 2024-01-12 15:02:38 +00:00
parent a293709998
commit c9e46ae12c
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ hide:
### Refactors
* 🔧 Fix Ruff configuration unintentionally enabling and re-disabling mccabe complexity check. PR [#10893](https://github.com/tiangolo/fastapi/pull/10893) by [@jiridanek](https://github.com/jiridanek).
* ✅ Re-enable test in `tests/test_tutorial/test_header_params/test_tutorial003.py` after fix in Starlette. PR [#10904](https://github.com/tiangolo/fastapi/pull/10904) by [@ooknimm](https://github.com/ooknimm).
### Docs