From: Sebastián Ramírez Date: Thu, 27 Jun 2019 19:53:59 +0000 (+0200) Subject: :memo: Update release notes X-Git-Tag: 0.30.1~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c2993f353883125bd005f9ae2db90be64a43eff;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 173dccb0e3..e3448ed268 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Latest changes +* Remove `Pipfile.lock` from the repository as it is only used by FastAPI contributors (developers of FastAPI itself). See the PR for more details. PR [#340](https://github.com/tiangolo/fastapi/pull/340). + * 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).