mirror of
https://github.com/django/daphne.git
synced 2024-11-21 23:46:33 +03:00
Releasing 0.14.3
This commit is contained in:
parent
da40761b95
commit
a249d6a69c
|
@ -1,3 +1,15 @@
|
|||
0.14.3 (2016-07-21)
|
||||
-------------------
|
||||
|
||||
* File descriptors can now be passed on the commandline for process managers
|
||||
that pass sockets along like this.
|
||||
|
||||
* websocket.disconnect messages now come with a "code" attribute matching the
|
||||
WebSocket spec.
|
||||
|
||||
* A memory leak in request logging has been fixed.
|
||||
|
||||
|
||||
0.14.2 (2016-07-07)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
__version__ = "0.14.2"
|
||||
__version__ = "0.14.3"
|
||||
|
|
Loading…
Reference in New Issue
Block a user