mirror of
https://github.com/django/daphne.git
synced 2025-06-02 12:13:24 +03:00
Releasing 0.10.3
This commit is contained in:
parent
6fa258f386
commit
8f40ad1d68
|
@ -1,3 +1,13 @@
|
|||
0.10.3 (2016-03-29)
|
||||
-------------------
|
||||
|
||||
* Better error messages for wrongly-constructed routing lists
|
||||
|
||||
* Error when trying to use signed cookie backend with channel_session
|
||||
|
||||
* ASGI group_expiry implemented on database channel backend
|
||||
|
||||
|
||||
0.10.2 (2016-03-23)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
__version__ = "0.10.2"
|
||||
__version__ = "0.10.3"
|
||||
|
||||
default_app_config = 'channels.apps.ChannelsConfig'
|
||||
DEFAULT_CHANNEL_LAYER = 'default'
|
||||
|
|
Loading…
Reference in New Issue
Block a user