Version 0.9

This commit is contained in:
Andrew Godwin 2016-02-21 13:06:55 +00:00
parent aa6c0a73e6
commit ee20b26921
2 changed files with 15 additions and 1 deletions

14
CHANGELOG.txt Normal file
View File

@ -0,0 +1,14 @@
0.9 (2016-02-21)
----------------
* Signal handlers can now be disabled if you want to run inside a thread
(e.g. inside Django autoreloader)
* Logging hooks that can be used to allow calling code to show requests
and other events.
* Headers are now transmitted for websocket.connect
* http.disconnect messages are now sent
* Request handling speed significantly improved

View File

@ -1 +1 @@
__version__ = "0.8.2"
__version__ = "0.9"