diff options
author | Loïc Hoguin <[email protected]> | 2019-04-05 11:09:55 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2019-04-05 11:09:55 +0200 |
commit | d846827b2a70317914621328bd617e4e5d4d13d8 (patch) | |
tree | c183f814719933758c233256c351d0bc430d8060 /doc/src/guide | |
parent | 39a0bf4bee6c1dc44c2091f510e6f59533d319c1 (diff) | |
download | cowboy-d846827b2a70317914621328bd617e4e5d4d13d8.tar.gz cowboy-d846827b2a70317914621328bd617e4e5d4d13d8.tar.bz2 cowboy-d846827b2a70317914621328bd617e4e5d4d13d8.zip |
Cowboy 2.6.32.6.3
Diffstat (limited to 'doc/src/guide')
-rw-r--r-- | doc/src/guide/getting_started.asciidoc | 2 | ||||
-rw-r--r-- | doc/src/guide/migrating_from_2.6.asciidoc | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/src/guide/getting_started.asciidoc b/doc/src/guide/getting_started.asciidoc index 97f2b20..3e80532 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.6.2 +dep_cowboy_commit = 2.6.3 DEP_PLUGINS = cowboy diff --git a/doc/src/guide/migrating_from_2.6.asciidoc b/doc/src/guide/migrating_from_2.6.asciidoc index 14ce5d5..1e85f14 100644 --- a/doc/src/guide/migrating_from_2.6.asciidoc +++ b/doc/src/guide/migrating_from_2.6.asciidoc @@ -3,6 +3,12 @@ The following patch versions were released since Cowboy 2.6: +=== Cowboy 2.6.3 + +This release updates Cowlib to 2.7.3 to fix the `vsn` +value in the 'cowlib.app' file that was causing issues +to Elixir users. + === Cowboy 2.6.2 This release updates Cowlib to 2.7.2. |