]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
:memo: Update release notes
authorSebastián Ramírez <tiangolo@gmail.com>
Fri, 12 Apr 2019 07:51:26 +0000 (11:51 +0400)
committerSebastián Ramírez <tiangolo@gmail.com>
Fri, 12 Apr 2019 07:51:26 +0000 (11:51 +0400)
docs/release-notes.md

index 2193c8f55010b441e1541e6c33703ea4e3aa95fc..edd6af3088ac122f5ccda6fb24b67775d325d2f5 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+* Update `/docs` Swagger UI to enable deep linking. This allows sharing the URL pointing directly to the path operation documentation in the docs. PR <a href="https://github.com/tiangolo/fastapi/pull/148" target="_blank">#148</a> by <a href="https://github.com/wshayes" target="_blank">@wshayes</a>.
+
 * Update development dependencies, `Pipfile.lock`. PR <a href="https://github.com/tiangolo/fastapi/pull/150" target="_blank">#150</a>.
 
 * Include Falcon and Hug in: <a href="https://fastapi.tiangolo.com/alternatives/" target="_blank">Alternatives, Inspiration and Comparisons</a>.