Releasing 1.1.3

This commit is contained in:
Andrew Godwin 2017-04-05 15:00:07 +02:00
parent 0e637e09a4
commit 64e0470b76
3 changed files with 35 additions and 0 deletions

View File

@ -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)
------------------

26
docs/releases/1.1.3.rst Normal file
View File

@ -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.

View File

@ -11,3 +11,4 @@ Release Notes
1.1.0
1.1.1
1.1.2
1.1.3