aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-10-05 00:18:36 +0200
committerLoïc Hoguin <[email protected]>2012-10-05 00:18:36 +0200
commitc4858d948e1322d5c8f1d82a1c641362b50ba85b (patch)
tree56e83cfb28d16a4c171a28543b7f7dc6db5ae19e /CHANGELOG.md
parent76cd1e40c933e60ed507474cceea4e25e10db225 (diff)
downloadcowboy-c4858d948e1322d5c8f1d82a1c641362b50ba85b.tar.gz
cowboy-c4858d948e1322d5c8f1d82a1c641362b50ba85b.tar.bz2
cowboy-c4858d948e1322d5c8f1d82a1c641362b50ba85b.zip
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 37d921e..8bf4a3b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -64,10 +64,16 @@ next
* max_header_name_length, defaults to 64 bytes
* max_header_value_length, defaults to 4096 bytes
+* Add max_headers option, limiting the number of headers; defaults to 100
+
* Use -callback in behaviours
* Add cowboy_protocol:onrequest_fun/0 and :onresponse_fun/0 types
+* Add the body data to onresponse_fun/0 callback
+
+* Remove the urldecode cowboy_protocol option
+
* Isolate multipart from body reading to fix an issue
* Change a websocket error from {error, protocol} to {error, badframe}