From 64e0470b7608a61c2e601b182490f3312da991e5 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Wed, 5 Apr 2017 15:00:07 +0200 Subject: [PATCH] Releasing 1.1.3 --- CHANGELOG.txt | 8 ++++++++ docs/releases/1.1.3.rst | 26 ++++++++++++++++++++++++++ docs/releases/index.rst | 1 + 3 files changed, 35 insertions(+) create mode 100644 docs/releases/1.1.3.rst diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 391ff5e..023ef01 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,14 @@ Full release notes, with more details and upgrade information, are available at: https://channels.readthedocs.io/en/latest/releases +1.1.3 (2017-04-05) +------------------ + +* ``enforce_ordering`` now works correctly with the new-style process-specific + channels + +* ASGI channel layer versions are now explicitly checked for version compatability + 1.1.2 (2017-04-01) ------------------ diff --git a/docs/releases/1.1.3.rst b/docs/releases/1.1.3.rst new file mode 100644 index 0000000..24d022d --- /dev/null +++ b/docs/releases/1.1.3.rst @@ -0,0 +1,26 @@ +1.1.3 Release Notes +=================== + +Channels 1.1.3 is a bugfix release for the 1.1 series, released on +April 5th, 2017. + + +Major Changes +------------- + +None. + + +Minor Changes & Bugfixes +------------------------ + +* ``enforce_ordering`` now works correctly with the new-style process-specific + channels + +* ASGI channel layer versions are now explicitly checked for version compatability + + +Backwards Incompatible Changes +------------------------------ + +None. diff --git a/docs/releases/index.rst b/docs/releases/index.rst index c36e3b7..a5740cc 100644 --- a/docs/releases/index.rst +++ b/docs/releases/index.rst @@ -11,3 +11,4 @@ Release Notes 1.1.0 1.1.1 1.1.2 + 1.1.3