]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Sun, 1 Mar 2020 21:33:11 +0000 (22:33 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Sun, 1 Mar 2020 21:33:11 +0000 (22:33 +0100)
docs/release-notes.md

index f3b42e535d5a4eaa20d92aa3eabc36a710b15da9..7786868605326ee8df9e3d3358c3b0feb4314ec8 100644 (file)
@@ -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: