From f3e9292db22c807e73f57a8422402d6b423ddf5f Mon Sep 17 00:00:00 2001 From: Benoit Chesneau Date: Mon, 25 May 2020 22:50:09 +0200 Subject: [PATCH] fix typo --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index f82e3a9c..80408c21 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,7 @@ - pool: cache connection IDs -- pool; make sure to reuse a connection if the options match the one given in the request. fix usage with proxy and ssl +- pool: make sure to reuse a connection if the options match the one given in the request. fix usage with proxy and ssl connections - url: handle fragment correctly, a fragment is parsed first to not be mistaken with an URL - ssl: fix validation with Erlang 19 & Erlang 20