From: Sebastián Ramírez Date: Sun, 1 Mar 2020 21:33:11 +0000 (+0100) Subject: :memo: Update release notes X-Git-Tag: 0.52.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ac60cba75f9ce129d18ebf9078a1756dfd392af3;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index f3b42e535d..7786868605 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* Add new high-performance JSON response class using `orjson`. New docs: [Custom Response - HTML, Stream, File, others: `ORJSONResponse`](https://fastapi.tiangolo.com/advanced/custom-response/#use-orjsonresponse). PR [#1065](https://github.com/tiangolo/fastapi/pull/1065). + ## 0.51.0 * Re-export utils from Starlette: