mirror of
https://github.com/django/daphne.git
synced 2025-08-04 10:30:08 +03:00
Releasing 1.1.8
This commit is contained in:
parent
46484cdf39
commit
07053bebcc
|
@ -1,6 +1,14 @@
|
||||||
Full release notes, with more details and upgrade information, are available at:
|
Full release notes, with more details and upgrade information, are available at:
|
||||||
https://channels.readthedocs.io/en/latest/releases
|
https://channels.readthedocs.io/en/latest/releases
|
||||||
|
|
||||||
|
|
||||||
|
1.1.8 (2017-09-15)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Reverted recent JS fixes for subprotocols on some phones as they do not work
|
||||||
|
in Chrome.
|
||||||
|
|
||||||
|
|
||||||
1.1.7 (2017-09-14)
|
1.1.7 (2017-09-14)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
__version__ = "1.1.7"
|
__version__ = "1.1.8"
|
||||||
|
|
||||||
default_app_config = 'channels.apps.ChannelsConfig'
|
default_app_config = 'channels.apps.ChannelsConfig'
|
||||||
DEFAULT_CHANNEL_LAYER = 'default'
|
DEFAULT_CHANNEL_LAYER = 'default'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
1.1.6 Release Notes
|
1.1.6 Release Notes
|
||||||
===================
|
===================
|
||||||
|
|
||||||
Channels 1.1.5 is a packaging release for the 1.1 series, released on
|
Channels 1.1.6 is a bugfix release for the 1.1 series, released on
|
||||||
June 28th, 2017.
|
June 28th, 2017.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
1.1.7 Release Notes
|
1.1.7 Release Notes
|
||||||
===================
|
===================
|
||||||
|
|
||||||
Channels 1.1.5 is a packaging release for the 1.1 series, released on
|
Channels 1.1.7 is a bugfix release for the 1.1 series, released on
|
||||||
September 14th, 2017.
|
September 14th, 2017.
|
||||||
|
|
||||||
|
|
||||||
|
|
23
docs/releases/1.1.8.rst
Normal file
23
docs/releases/1.1.8.rst
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
1.1.8 Release Notes
|
||||||
|
===================
|
||||||
|
|
||||||
|
Channels 1.1.8 is a packaging release for the 1.1 series, released on
|
||||||
|
September 15th, 2017.
|
||||||
|
|
||||||
|
|
||||||
|
Major Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
None.
|
||||||
|
|
||||||
|
|
||||||
|
Minor Changes & Bugfixes
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
* Reverted recent JS fixes for subprotocols on some phones as they do not work
|
||||||
|
in Chrome.
|
||||||
|
|
||||||
|
Backwards Incompatible Changes
|
||||||
|
------------------------------
|
||||||
|
|
||||||
|
None.
|
|
@ -16,3 +16,4 @@ Release Notes
|
||||||
1.1.5
|
1.1.5
|
||||||
1.1.6
|
1.1.6
|
||||||
1.1.7
|
1.1.7
|
||||||
|
1.1.8
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "django-channels",
|
"name": "django-channels",
|
||||||
"version": "1.1.7",
|
"version": "1.1.8",
|
||||||
"description": "",
|
"description": "",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user