mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36:33 +03:00
Releasing 2.1.0
This commit is contained in:
parent
446fc69408
commit
cc6af549a6
|
@ -1,3 +1,13 @@
|
|||
2.1.0 (2018-03-05)
|
||||
------------------
|
||||
|
||||
* Removed subprotocol support from server, as it never really worked. Subprotocols
|
||||
can instead be negotiated by ASGI applications now.
|
||||
|
||||
* Non-ASCII query strings now raise a 400 Bad Request error rather than silently
|
||||
breaking the logger
|
||||
|
||||
|
||||
2.0.4 (2018-02-21)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "2.0.4"
|
||||
__version__ = "2.1.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user