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

index 489b06fd9319a7b2c82d89953132214f4c8a414b..30186497c3bbc1e444f8e4b2978dd69dcd76b9e9 100644 (file)
@@ -1,5 +1,7 @@
 ## Next release
 
+* Make Swagger UI and ReDoc URLs parameterizable, allowing to host and serve local versions of them and have offline docs. PR [#112](https://github.com/tiangolo/fastapi/pull/112) by [@euri10](https://github.com/euri10).
+
 ## 0.22.0
 
 * Add support for `dependencies` parameter: