mirror of
https://github.com/django/daphne.git
synced 2024-11-21 23:46:33 +03:00
Releasing version 1.0.2
This commit is contained in:
parent
cf94ec01fa
commit
60952b34bf
|
@ -1,8 +1,21 @@
|
|||
1.0.2 (2017-02-01)
|
||||
------------------
|
||||
|
||||
* The "null" WebSocket origin (including file:// and no value) is now accepted
|
||||
by Daphne and passed onto the application to accept/deny.
|
||||
|
||||
* Listening on file descriptors works properly again.
|
||||
|
||||
* The DeprecationError caused by not passing endpoints into a Server class
|
||||
directly is now a warning instead.
|
||||
|
||||
|
||||
1.0.1 (2017-01-09)
|
||||
------------------
|
||||
|
||||
* Endpoint unicode strings now work correctly on Python 2 and Python 3
|
||||
|
||||
|
||||
1.0.0 (2017-01-08)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "1.0.1"
|
||||
__version__ = "1.0.2"
|
||||
|
|
Loading…
Reference in New Issue
Block a user