]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions <github-actions@github.com>
Sun, 11 Sep 2022 16:14:21 +0000 (16:14 +0000)
committergithub-actions <github-actions@github.com>
Sun, 11 Sep 2022 16:14:21 +0000 (16:14 +0000)
docs/en/docs/release-notes.md

index 7d0a16c9585c49ca0603d89f0a353b81213972e7..92e1dfe77b71a8cff5d9d424dc2d1bb92b802aa2 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+*  🐛Fix `RuntimeError` raised when `HTTPException` has a status code with no content. PR [#5365](https://github.com/tiangolo/fastapi/pull/5365) by [@iudeen](https://github.com/iudeen).
 * 🐛 Fix empty reponse body when default `status_code` is empty but the a `Response` parameter with `response.status_code` is set. PR [#5360](https://github.com/tiangolo/fastapi/pull/5360) by [@tmeckel](https://github.com/tmeckel).
 * ✨ Add support in `jsonable_encoder` for include and exclude with dataclasses. PR [#4923](https://github.com/tiangolo/fastapi/pull/4923) by [@DCsunset](https://github.com/DCsunset).
 * ⬆ [pre-commit.ci] pre-commit autoupdate. PR [#5352](https://github.com/tiangolo/fastapi/pull/5352) by [@pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci).