diff options
-rw-r--r-- | CHANGELOG.md | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 3768386..fa81c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ CHANGELOG ========= +0.8.1 +----- + + * Add eventsource, web_server examples; improve rest_pastebin example + + * Add cowboy:set_env/3 to more conveniently update the dispatch list + + * Add cowboy_sub_protocol behaviour + + * Fix cowboy_req:has_body/1 when Content-Length == 0 + + * Fix passing of state to websocket_terminate/3 on server close + + * Fix compilation with +native + + * Compile with more warnings enabled by default; fix warnings + + * Set the socket in passive mode after the loop handler terminates + + * Improve typespecs + 0.8.0 ----- |