aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-01-24 11:50:07 +0100
committerLoïc Hoguin <[email protected]>2018-01-24 11:50:07 +0100
commit8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10 (patch)
tree645454addb5a80e9d4cb3beb7c204fa6e139e894 /doc/src/guide
parent819a47a220dcee309093721ea3c28e20ebfe246a (diff)
downloadcowboy-8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10.tar.gz
cowboy-8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10.tar.bz2
cowboy-8d49ae3dda5b4274e55d2f4e5a5b4da0515b5a10.zip
Update Cowboy to 2.2.22.2.2
Diffstat (limited to 'doc/src/guide')
-rw-r--r--doc/src/guide/getting_started.asciidoc2
-rw-r--r--doc/src/guide/migrating_from_2.2.asciidoc6
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/guide/getting_started.asciidoc b/doc/src/guide/getting_started.asciidoc
index 6e26334..156a94f 100644
--- a/doc/src/guide/getting_started.asciidoc
+++ b/doc/src/guide/getting_started.asciidoc
@@ -69,7 +69,7 @@ fetch and compile Cowboy:
PROJECT = hello_erlang
DEPS = cowboy
-dep_cowboy_commit = 2.2.1
+dep_cowboy_commit = 2.2.2
DEP_PLUGINS = cowboy
diff --git a/doc/src/guide/migrating_from_2.2.asciidoc b/doc/src/guide/migrating_from_2.2.asciidoc
index ed8ba2a..f0b995b 100644
--- a/doc/src/guide/migrating_from_2.2.asciidoc
+++ b/doc/src/guide/migrating_from_2.2.asciidoc
@@ -3,6 +3,12 @@
The following patch versions were released since Cowboy 2.2:
+=== Cowboy 2.2.2
+
+* While fixing the miscount in the previous patch release an
+ issue was introduced where HTTP/2 bodies could be sent out
+ of orders when using iolists. This has been corrected.
+
=== Cowboy 2.2.1
* Colons are now allowed within path segments in routes provided