mirror of
https://github.com/django/daphne.git
synced 2025-07-29 00:19:45 +03:00
Releasing 1.1.3
This commit is contained in:
parent
0e637e09a4
commit
64e0470b76
|
@ -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
26
docs/releases/1.1.3.rst
Normal 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.
|
|
@ -11,3 +11,4 @@ Release Notes
|
|||
1.1.0
|
||||
1.1.1
|
||||
1.1.2
|
||||
1.1.3
|
||||
|
|
Loading…
Reference in New Issue
Block a user