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

index 9012b491e2a4b7d02c9ff2412b73b0b326191609..410039fd143b1991cdbc60a964098993a1ebf05b 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest Changes
 
+* ♻ 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).
 * 👷 Add custom tokens for GitHub Actions to avoid rate limits. PR [#9647](https://github.com/tiangolo/fastapi/pull/9647) by [@tiangolo](https://github.com/tiangolo).
 * ♻ Instantiate `HTTPException` only when needed, optimization refactor. PR [#5356](https://github.com/tiangolo/fastapi/pull/5356) by [@pawamoy](https://github.com/pawamoy).