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

index fb1ca7767da973714b3028368059bb5ac7f06e56..c162bb0500de45da981ae0f92285cd4f430b1119 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Update development of FastAPI docs, set address to `127.0.0.1` to improve Windows support. PR [#1169](https://github.com/tiangolo/fastapi/pull/1169) by [@mariacamilagl](https://github.com/mariacamilagl).
 * Add support for docs translations. New docs: [Development - Contributing: Docs: Translations](https://fastapi.tiangolo.com/contributing/#translations). PR [#1168](https://github.com/tiangolo/fastapi/pull/1168).
 * 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).