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

index 5e02e2352e7c42f091077e6c598790f717f2ae09..7b09977e701a0f391fa3fc52af2e39ccf495f8b1 100644 (file)
@@ -9,6 +9,10 @@ hide:
 
 * ✏️ Fix Pydantic method name in `docs/en/docs/advanced/path-operation-advanced-configuration.md`. PR [#10826](https://github.com/tiangolo/fastapi/pull/10826) by [@ahmedabdou14](https://github.com/ahmedabdou14).
 
+### Features
+
+* ✨  Include HTTP 205 in status codes with no body. PR [#10969](https://github.com/tiangolo/fastapi/pull/10969) by [@tiangolo](https://github.com/tiangolo).
+
 ### 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).