diff options
author | Loïc Hoguin <[email protected]> | 2018-08-13 18:46:06 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-08-13 18:46:06 +0200 |
commit | 4f85b718996b4080ca607742e23bcb5902e983e4 (patch) | |
tree | 7b423f04655154ec1bd4801ab2b10f63c0c45821 /docs/en/ranch/1.6/guide/migrating_from_1.6.asciidoc | |
parent | 87a857865a83c63412bb465a9a570a63f10af8f1 (diff) | |
download | ninenines.eu-4f85b718996b4080ca607742e23bcb5902e983e4.tar.gz ninenines.eu-4f85b718996b4080ca607742e23bcb5902e983e4.tar.bz2 ninenines.eu-4f85b718996b4080ca607742e23bcb5902e983e4.zip |
Ranch 1.6.1
Diffstat (limited to 'docs/en/ranch/1.6/guide/migrating_from_1.6.asciidoc')
-rw-r--r-- | docs/en/ranch/1.6/guide/migrating_from_1.6.asciidoc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/en/ranch/1.6/guide/migrating_from_1.6.asciidoc b/docs/en/ranch/1.6/guide/migrating_from_1.6.asciidoc new file mode 100644 index 00000000..3193f63d --- /dev/null +++ b/docs/en/ranch/1.6/guide/migrating_from_1.6.asciidoc @@ -0,0 +1,10 @@ +[appendix] +== Changes since Ranch 1.6 + +The following patch versions were released since Ranch 1.6: + +=== Ranch 1.6.1 + +This release fixes a minor issue in the README and adds an +undocumented function to help Cowboy deal with the transition +from list to map for the transport options. |