From: Sebastián Ramírez Date: Sat, 30 Mar 2019 14:32:23 +0000 (+0400) Subject: :memo: Update release notes X-Git-Tag: 0.10.3~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=04494991884d1eee3e111349cff5d98f37830522;p=thirdparty%2Ffastapi%2Ffastapi.git :memo: Update release notes --- diff --git a/docs/release-notes.md b/docs/release-notes.md index 9560981c01..37cf3236fc 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,8 @@ ## Next release +* Add Gitter chat, badge, links, etc. https://gitter.im/tiangolo/fastapi +. PR #117. + * Add note in Response Model docs about why using a function parameter instead of a function return type annotation. PR #109 by @JHSaunders. * Fix event docs (startup/shutdown) function name. PR #105 by @stratosgear.