Update changelog

This commit is contained in:
Andrew Godwin 2016-05-07 13:08:40 -07:00
parent e3ca0a9e28
commit 61c501923c

View File

@ -1,3 +1,12 @@
0.12.0 (2016-05-07)
-------------------
* Backpressure on http.request now causes incoming requests to drop with 503.
Websockets will drop connection/disconnection messages/received frames if
backpressure is encountered; options are coming soon to instead drop the
connection if this happens.
0.11.4 (2016-05-04)
-------------------