aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/migrating_from_1.1.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-09-26 18:24:01 +0200
committerLoïc Hoguin <[email protected]>2019-09-26 18:24:01 +0200
commit91082c1d6307ee467b835408f5afde5ce81c507e (patch)
treef1920317dd8e1ef888d4a33a47ebe422d0d4184b /doc/src/guide/migrating_from_1.1.asciidoc
parent70522ac15a6a3fbcbe8471dcdfb43baff6fd5902 (diff)
downloadgun-91082c1d6307ee467b835408f5afde5ce81c507e.tar.gz
gun-91082c1d6307ee467b835408f5afde5ce81c507e.tar.bz2
gun-91082c1d6307ee467b835408f5afde5ce81c507e.zip
Add the migration guide to 2.0
Diffstat (limited to 'doc/src/guide/migrating_from_1.1.asciidoc')
-rw-r--r--doc/src/guide/migrating_from_1.1.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/guide/migrating_from_1.1.asciidoc b/doc/src/guide/migrating_from_1.1.asciidoc
index bc2097f..7e0acf9 100644
--- a/doc/src/guide/migrating_from_1.1.asciidoc
+++ b/doc/src/guide/migrating_from_1.1.asciidoc
@@ -4,7 +4,7 @@
Gun 1.2 adds support for the CONNECT request over HTTP/1.1
connections.
-== Features added
+=== Features added
* CONNECT requests can now be issued on HTTP/1.1 connections.
The tunneled connection can use any of the protocols Gun
@@ -22,7 +22,7 @@ connections.
* Update Cowlib to 2.6.0
-== Functions added
+=== Functions added
* The functions `gun:connect/2,3,4` have been added. They can
be used to initiate CONNECT requests on HTTP/1.1 connections.