summaryrefslogtreecommitdiffstats
path: root/docs/en/gun/2.0/guide/migrating_from_2.0.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2023-04-28 14:43:36 +0200
committerLoïc Hoguin <[email protected]>2023-04-28 14:43:36 +0200
commitae0ab00828f7b3161541809681fcd95022e2ac6f (patch)
tree8268167fe8dc94c3471ee903b59ee079be2461e9 /docs/en/gun/2.0/guide/migrating_from_2.0.asciidoc
parentd7580dbfdbdcf3ecf085479b6550284a47745138 (diff)
downloadninenines.eu-ae0ab00828f7b3161541809681fcd95022e2ac6f.tar.gz
ninenines.eu-ae0ab00828f7b3161541809681fcd95022e2ac6f.tar.bz2
ninenines.eu-ae0ab00828f7b3161541809681fcd95022e2ac6f.zip
Gun 2.0.1
Diffstat (limited to 'docs/en/gun/2.0/guide/migrating_from_2.0.asciidoc')
-rw-r--r--docs/en/gun/2.0/guide/migrating_from_2.0.asciidoc13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/en/gun/2.0/guide/migrating_from_2.0.asciidoc b/docs/en/gun/2.0/guide/migrating_from_2.0.asciidoc
new file mode 100644
index 00000000..2f545b92
--- /dev/null
+++ b/docs/en/gun/2.0/guide/migrating_from_2.0.asciidoc
@@ -0,0 +1,13 @@
+[appendix]
+== Changes since Gun 2.0
+
+The following patch versions were released since Gun 2.0:
+
+=== Gun 2.0.1
+
+This release updates Cowlib to 2.12.1 to fix a compilation
+error when using Erlang/OTP 26.
+
+It also fixes parsing of RST_STREAM frames to properly
+handle frames that have a valid length but were not fully
+received yet.