]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Fri, 12 Jan 2024 15:02:38 +0000 (15:02 +0000)
committergithub-actions <github-actions@github.com>
Fri, 12 Jan 2024 15:02:38 +0000 (15:02 +0000)
docs/en/docs/release-notes.md

index 156c48bbe20a37d45efec21c5bb450b738e70d59..558bd10b1f313d9524728b6fe7dc0e35b8e8725d 100644 (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