From 80bbc7f402ee641c06840e06ecc7184648ca8c2a Mon Sep 17 00:00:00 2001 From: "NARUSE, Yui" Date: Fri, 24 Jan 2020 15:16:13 +0900 Subject: [PATCH] Add #verify_hostname= and #verify_hostname to skip hostname verification [Feature #16555] https://github.com/ruby/ruby/pull/2858 --- NEWS.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS.md b/NEWS.md index 51d9dc7cad..f6bd2a4bb2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -32,6 +32,13 @@ sufficient information, see the ChangeLog file or Redmine ## Stdlib updates (outstanding ones only) +* Net::HTTP + + * New method + + * Add #verify_hostname= and #verify_hostname to skip hostname verification + [[Feature #16555]] + ## Compatibility issues (excluding feature bug fixes) * Regexp literals are frozen [[Feature #8948]] [[Feature #16377]]