From: Sebastián Ramírez Date: Fri, 12 Apr 2019 07:51:26 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.14.0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=613e211d20beaf8dd633cd5e74b032c44f256ca6;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 2193c8f550..edd6af3088 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next release +* 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. + * Update development dependencies, `Pipfile.lock`. PR #150. * Include Falcon and Hug in: Alternatives, Inspiration and Comparisons.