diff options
author | Loïc Hoguin <[email protected]> | 2025-02-14 11:42:44 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2025-02-14 11:42:44 +0100 |
commit | 10b51304b26062e0dbfd5e74824324e9a911e269 (patch) | |
tree | 40bffdabca349c70d904290e996017bc29cf7193 /doc/src/guide/migrating_from_1.8.asciidoc | |
parent | 734e66b41e74f119e869e5931b2d93b84f67d6a7 (diff) | |
download | ranch-1.8.x.tar.gz ranch-1.8.x.tar.bz2 ranch-1.8.x.zip |
Diffstat (limited to 'doc/src/guide/migrating_from_1.8.asciidoc')
-rw-r--r-- | doc/src/guide/migrating_from_1.8.asciidoc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/src/guide/migrating_from_1.8.asciidoc b/doc/src/guide/migrating_from_1.8.asciidoc new file mode 100644 index 0000000..1d35333 --- /dev/null +++ b/doc/src/guide/migrating_from_1.8.asciidoc @@ -0,0 +1,14 @@ +[appendix] +== Changes since Ranch 1.8 + +Ranch 1.8 is the last Ranch 1.x release series. Only compatibility +fixes are to be released moving forward. Support for Ranch 1.8 +will be discontinued when Cowboy 3.0 is released. + +The following patch releases have been issued: + +=== Ranch 1.8.1 + +* Fix `ranch:recv_proxy_header/2` for the upcoming Erlang/OTP 28. + +* Erlang.mk has been updated. |