From: Sebastián Ramírez Date: Thu, 27 Jun 2019 19:33:07 +0000 (+0200) Subject: :memo: Update release notes X-Git-Tag: 0.30.1~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d86fca0273ca3108220c7be7c5c5a3ba5c8fa80;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 91897a4ea4..173dccb0e3 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -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).