From 66d20c256388d8f66e90a4aaf072a30210af57de Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Thu, 1 Feb 2018 21:27:50 -0800 Subject: [PATCH] Releasing 2.0.0 --- CHANGELOG.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 5a1b551..69f7df3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,10 @@ +2.0.0 (2018-02-01) +------------------ + +* Major rewrite to the new async-based ASGI specification and to support + Channels 2. Not backwards compatible. + + 1.3.0 (2017-06-16) ------------------