]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Thu, 19 Mar 2020 13:40:58 +0000 (14:40 +0100)
committerSebastián Ramírez <tiangolo@gmail.com>
Tue, 24 Mar 2020 19:39:47 +0000 (20:39 +0100)
docs/release-notes.md

index 49095f66e03f4de4188e1999bbbfd4ba380d43e4..08d8806505371af4a1238fb3b1020d225b95f87e 100644 (file)
@@ -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).