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

index 1fc1a169555151ad11a9926fdc57467a3e706ae9..5e02e2352e7c42f091077e6c598790f717f2ae09 100644 (file)
@@ -11,6 +11,7 @@ hide:
 
 ### Refactors
 
+* ✅ Refactor tests for duplicate operation ID generation for compatibility with other tools running the FastAPI test suite. PR [#10876](https://github.com/tiangolo/fastapi/pull/10876) by [@emmettbutler](https://github.com/emmettbutler).
 * ♻️ Simplify string format with f-strings in `fastapi/utils.py`. PR [#10576](https://github.com/tiangolo/fastapi/pull/10576) by [@eukub](https://github.com/eukub).
 * 🔧 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).