diff options
-rw-r--r-- | doc/src/guide/introduction.asciidoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/guide/introduction.asciidoc b/doc/src/guide/introduction.asciidoc index fa0e6c6..dfbe1e3 100644 --- a/doc/src/guide/introduction.asciidoc +++ b/doc/src/guide/introduction.asciidoc @@ -16,6 +16,12 @@ 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. + === License Gun uses the ISC License. |