From: Sebastián Ramírez Date: Thu, 19 Mar 2020 13:40:58 +0000 (+0100) Subject: :memo: Update release notes X-Git-Tag: 0.53.0~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5fd5b6e72d6a0731ae649dd0221acc08ac6f78df;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 49095f66e0..08d8806505 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* Update terminal styles in docs and add note about [**Typer**, the FastAPI of CLIs](https://typer.tiangolo.com/). PR [#1139](https://github.com/tiangolo/fastapi/pull/1139). + ## 0.52.0 * 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).