📝 Update release notes

This commit is contained in:
Sebastián Ramírez 2019-05-20 11:27:33 +04:00
parent f54d8d57a4
commit 3cf92a156c
1 changed files with 2 additions and 0 deletions

View 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: