mirror of
https://github.com/django/daphne.git
synced 2024-11-21 15:36:33 +03:00
Releasing 1.4.0
This commit is contained in:
parent
f9233d4b47
commit
13e7804187
|
@ -1,3 +1,12 @@
|
|||
1.4.0 (2018-01-02)
|
||||
------------------
|
||||
|
||||
* The X-Forwarded-Proto header can now be used to pass along protocol from
|
||||
a reverse proxy.
|
||||
|
||||
* WebSocket headers are now correctly always passed as bytestrings.
|
||||
|
||||
|
||||
1.3.0 (2017-06-16)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "1.3.0"
|
||||
__version__ = "1.4.0"
|
||||
|
|
Loading…
Reference in New Issue
Block a user