From 9a9bfd7f938baf900c4374d34520fcd8c791465c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Fri, 26 Apr 2019 19:28:54 +0400 Subject: [PATCH] :memo: Update release notes --- docs/release-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/release-notes.md b/docs/release-notes.md index 33edec17e..5a5059833 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,7 @@ ## Next release +* Include Hypercorn as an alternative ASGI server in the docs. PR #187. + * Add docs for Static Files and Templates. PR #186. * Add docs for handling Response Cookies and Response Headers. PR #185.