From 5f73982cf9edc258e955e3b115cba1a4c4af263f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 23 Mar 2020 12:51:22 +0100 Subject: Require OTP-22+ --- doc/src/guide/introduction.asciidoc | 8 +------- doc/src/guide/migrating_from_1.3.asciidoc | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) (limited to 'doc') diff --git a/doc/src/guide/introduction.asciidoc b/doc/src/guide/introduction.asciidoc index dfbe1e3..a54a8d1 100644 --- a/doc/src/guide/introduction.asciidoc +++ b/doc/src/guide/introduction.asciidoc @@ -14,13 +14,7 @@ protocols is required in order to read this guide. Gun is tested and supported on Linux, FreeBSD, Windows and OSX. -Gun is developed for Erlang/OTP 20.0 and newer. - -Note that Gun will not work on the Windows build of Erlang/OTP 20.3 -due to a bug in Erlang/OTP's stdlib application. The ticket number -for this bug is OTP-13995 and it was fixed in the patch release -OTP-20.3.2. Replacing the `gen_statem.beam` file on an 20.3 -installation is enough to fix the issue. +Gun is developed for Erlang/OTP 22.0 and newer. === License diff --git a/doc/src/guide/migrating_from_1.3.asciidoc b/doc/src/guide/migrating_from_1.3.asciidoc index 1e2b894..ea7323d 100644 --- a/doc/src/guide/migrating_from_1.3.asciidoc +++ b/doc/src/guide/migrating_from_1.3.asciidoc @@ -19,7 +19,7 @@ much more advanced. The Gun connection process is now implemented using `gen_statem`. -Gun 2.0 requires Erlang/OTP 20.0 or greater. +Gun 2.0 requires Erlang/OTP 22.0 or greater. === Features added -- cgit v1.2.3