summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.2
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/cowboy/2.2')
-rw-r--r--docs/en/cowboy/2.2/guide/getting_started.asciidoc2
-rw-r--r--docs/en/cowboy/2.2/guide/getting_started/index.html2
-rw-r--r--docs/en/cowboy/2.2/guide/migrating_from_2.2.asciidoc6
-rw-r--r--docs/en/cowboy/2.2/guide/migrating_from_2.2/index.html14
4 files changed, 22 insertions, 2 deletions
diff --git a/docs/en/cowboy/2.2/guide/getting_started.asciidoc b/docs/en/cowboy/2.2/guide/getting_started.asciidoc
index 6e263348..156a94f9 100644
--- a/docs/en/cowboy/2.2/guide/getting_started.asciidoc
+++ b/docs/en/cowboy/2.2/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/docs/en/cowboy/2.2/guide/getting_started/index.html b/docs/en/cowboy/2.2/guide/getting_started/index.html
index f43e726d..2a2f077a 100644
--- a/docs/en/cowboy/2.2/guide/getting_started/index.html
+++ b/docs/en/cowboy/2.2/guide/getting_started/index.html
@@ -145,7 +145,7 @@ http://www.gnu.org/software/src-highlite -->
<pre><tt><span style="color: #009900">PROJECT =</span> hello_erlang
<span style="color: #009900">DEPS =</span> cowboy
-<span style="color: #009900">dep_cowboy_commit =</span> 2.2.1
+<span style="color: #009900">dep_cowboy_commit =</span> 2.2.2
<span style="color: #009900">DEP_PLUGINS =</span> cowboy
diff --git a/docs/en/cowboy/2.2/guide/migrating_from_2.2.asciidoc b/docs/en/cowboy/2.2/guide/migrating_from_2.2.asciidoc
index ed8ba2a2..f0b995be 100644
--- a/docs/en/cowboy/2.2/guide/migrating_from_2.2.asciidoc
+++ b/docs/en/cowboy/2.2/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
diff --git a/docs/en/cowboy/2.2/guide/migrating_from_2.2/index.html b/docs/en/cowboy/2.2/guide/migrating_from_2.2/index.html
index 962ef587..d91a53db 100644
--- a/docs/en/cowboy/2.2/guide/migrating_from_2.2/index.html
+++ b/docs/en/cowboy/2.2/guide/migrating_from_2.2/index.html
@@ -69,6 +69,20 @@
<div class="paragraph"><p>The following patch versions were released since Cowboy 2.2:</p></div>
<div class="sect1">
+<h2 id="_cowboy_2_2_2">Cowboy 2.2.2</h2>
+<div class="sectionbody">
+<div class="ulist"><ul>
+<li>
+<p>
+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.
+</p>
+</li>
+</ul></div>
+</div>
+</div>
+<div class="sect1">
<h2 id="_cowboy_2_2_1">Cowboy 2.2.1</h2>
<div class="sectionbody">
<div class="ulist"><ul>