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

index f456c2930f16f7a3a57b4df9032d19d1bf2cfde7..ffa68e2c38d92186d5974644029cfdb0af6f0fc9 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* 🐛 Fix `HTTPException` header type annotations. PR [#9648](https://github.com/tiangolo/fastapi/pull/9648) by [@tiangolo](https://github.com/tiangolo).
 * 🔥 Remove link to Pydantic's benchmark, as it was removed there. PR [#5811](https://github.com/tiangolo/fastapi/pull/5811) by [@Kludex](https://github.com/Kludex).
 * ♻ Remove `media_type` from `ORJSONResponse` as it's inherited from the parent class. PR [#5805](https://github.com/tiangolo/fastapi/pull/5805) by [@Kludex](https://github.com/Kludex).
 * 👷 Add custom token to Smokeshow and Preview Docs for download-artifact, to prevent API rate limits. PR [#9646](https://github.com/tiangolo/fastapi/pull/9646) by [@tiangolo](https://github.com/tiangolo).