]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 10 Jul 2020 17:46:36 +0000 (19:46 +0200)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 10 Jul 2020 17:46:36 +0000 (19:46 +0200)
docs/en/docs/release-notes.md

index 10523c44862d8a098bd57c9c3811e04604562576..6ed61a4596f407883bff2f9ddcdd60b86649b895 100644 (file)
@@ -2,6 +2,7 @@
 
 ## Latest changes
 
+* Fix/re-enable search bar in docs. PR [#1703](https://github.com/tiangolo/fastapi/pull/1703).
 * Auto-generate a "server" in OpenAPI `servers` when there's a `root_path` instead of prefixing all the `paths`:
     * Add a new parameter for `FastAPI` classes: `root_path_in_servers` to disable the auto-generation of `servers`.
     * New docs about `root_path` and `servers` in [Additional Servers](https://fastapi.tiangolo.com/advanced/behind-a-proxy/#additional-servers).