aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-08-01 14:40:33 +0200
committerLoïc Hoguin <[email protected]>2014-08-01 14:40:33 +0200
commit2d6ff3d3a9223d0687d6fb5f5b0eb59d0e9f2048 (patch)
treeb34df6873871861de713e53e1c597229b318bdc0 /CHANGELOG.md
parentaaac973cbdda6544d8f94600e1b34e1d3b49decf (diff)
downloadcowboy-2d6ff3d3a9223d0687d6fb5f5b0eb59d0e9f2048.tar.gz
cowboy-2d6ff3d3a9223d0687d6fb5f5b0eb59d0e9f2048.tar.bz2
cowboy-2d6ff3d3a9223d0687d6fb5f5b0eb59d0e9f2048.zip
Update CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8041d1f..16863e9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,29 @@
CHANGELOG
=========
+1.0.0
+-----
+
+ * Drop R15 support
+
+ * Update erlang.mk, Ranch and Cowlib to 1.0.0
+
+ * Complete the user guide and simplify the Getting started chapter
+
+ * Document the HTTP status codes Cowboy may send in the manual
+
+ * Provide installable man pages (see README)
+
+ * Support ad-hoc keep-alive for HTTP/1.0 clients
+
+ * Fix SPDY parsing error when many frames were received in one packet
+
+ * Reply with 400 instead of 422 in cowboy_rest
+
+ * Reply with 400 instead of 500 on header parsing crash
+
+ * Remove deprecated body reading interface (see 0.10.0 notes)
+
0.10.0
------