From fd636c9e6aa4c8488d6371a9d16649ae8f5348aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 22 Feb 2013 15:32:58 +0100 Subject: Update CHANGELOG --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'CHANGELOG.md') 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 ----- -- cgit v1.2.3