Releasing 2.1.0

This commit is contained in:
Andrew Godwin 2018-03-05 20:43:48 -08:00
parent 446fc69408
commit cc6af549a6
2 changed files with 11 additions and 1 deletions

View File

@ -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)
------------------

View File

@ -1 +1 @@
__version__ = "2.0.4"
__version__ = "2.1.0"