From: Sebastián Ramírez Date: Fri, 12 Apr 2019 17:27:24 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.14.0~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c9ef7bd6dc5cff49a2a12d13f6108d300e766779;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 0c5406459a..18ed794ccb 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next release +* Improve automatically generated names of path operations in OpenAPI (in API docs). A function `read_items` instead of having a generated name "Read Items Get" will have "Read Items". PR #155. + * Add docs for: Testing **FastAPI**. PR #151. * Update `/docs` Swagger UI to enable deep linking. This allows sharing the URL pointing directly to the path operation documentation in the docs. PR #148 by @wshayes.