From aa95d6647f8bc6d5397b29c0b35a1204326c86ab Mon Sep 17 00:00:00 2001 From: benoitc Date: Tue, 10 Oct 2023 02:35:33 +0200 Subject: [PATCH] regen doc --- README.md | 10 ++-------- doc/README.md | 10 ++-------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index e2af0801..27d3a856 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,8 @@ __Version:__ 1.20.0 - Optional socket pool - REST syntax: `hackney:Method(URL)` (where a method can be get, post, put, delete, ...) -**Supported versions** of Erlang are R16B03-1, 17.3.4 and above. It is -reported to work with R14B04 and R15B03-1. - -**WARNING**: Erlang 17.3 and 17.3.1 have a broken SSL module which -prevents the usage of SSL connection with some servers. You **must** upgrade -in that case to Erlang -[17.3.4](https://github.com/erlang/otp/commit/9417f044ee3c291c2ea343c203aebdcc40597226) -or superior. +**Supported versions** of Erlang are 22.3 and above. It is +reported to work with version from 19.3 to 21.3. > Note: This is a work in progress, see the [TODO](http://github.com/benoitc/hackney/blob/master/TODO.md) for more diff --git a/doc/README.md b/doc/README.md index b28fd9d6..17d75d84 100644 --- a/doc/README.md +++ b/doc/README.md @@ -29,14 +29,8 @@ __Version:__ 1.20.0 - Optional socket pool - REST syntax: `hackney:Method(URL)` (where a method can be get, post, put, delete, ...) -**Supported versions** of Erlang are R16B03-1, 17.3.4 and above. It is -reported to work with R14B04 and R15B03-1. - -**WARNING**: Erlang 17.3 and 17.3.1 have a broken SSL module which -prevents the usage of SSL connection with some servers. You **must** upgrade -in that case to Erlang -[17.3.4](https://github.com/erlang/otp/commit/9417f044ee3c291c2ea343c203aebdcc40597226) -or superior. +**Supported versions** of Erlang are 22.3 and above. It is +reported to work with version from 19.3 to 21.3. > Note: This is a work in progress, see the [TODO](http://github.com/benoitc/hackney/blob/master/TODO.md) for more