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

index 91897a4ea4c8b77368f3c51c1f6d15b28b31b6aa..173dccb0e3107bd17fc9e752706a0c88e57ce053 100644 (file)
@@ -1,5 +1,7 @@
 ## Latest changes
 
+* Update section about [Help FastAPI - Get Help](https://fastapi.tiangolo.com/help-fastapi/). PR [#339](https://github.com/tiangolo/fastapi/pull/339).
+
 * Refine internal type declarations to improve/remove Mypy errors in users' code. PR [#338](https://github.com/tiangolo/fastapi/pull/338).
 
 * Update and clarify [SQL tutorial with SQLAlchemy](https://fastapi.tiangolo.com/tutorial/sql-databases/). PR [#331](https://github.com/tiangolo/fastapi/pull/331) by [@mariacamilagl](https://github.com/mariacamilagl).