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

index eb78fe8cf9065346400c1ae2756eebb2574c3efc..2f82b70d685adadbf77f1969ecda584060ef07c9 100644 (file)
@@ -7,6 +7,10 @@ hide:
 
 ## Latest Changes
 
+### Refactors
+
+* ✅ 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
 
 * 📝 Add warning about lifespan functions and backwards compatibility with events. PR [#10734](https://github.com/tiangolo/fastapi/pull/10734) by [@jacob-indigo](https://github.com/jacob-indigo).