From 6f732739542c09c7520995336c4203836b107316 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Thu, 12 Nov 2020 12:13:33 +0200 Subject: [PATCH] Update changes --- CHANGES.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index ebfc81f1..2441f39a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,7 +1,7 @@ CHANGES ======= -1.3.1 (XXXX-XX-XX) +1.4.0 (2020-11-12) ------------------ - Fix type annotation for ``context_processors`` argument #354 @@ -9,6 +9,8 @@ CHANGES - Bump the minimal supported ``aiohttp`` version to 3.6.3 to avoid problems with uncompatibility between ``aiohttp`` and ``yarl`` +- Add async rendering support #393 + 1.3.0 (2020-10-30) ------------------