diff --git a/docs/release-notes.md b/docs/release-notes.md
index 9560981c0..37cf3236f 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.