summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorNARUSE, Yui <naruse@airemix.jp>2020-01-24 15:16:13 +0900
committerNARUSE, Yui <naruse@airemix.jp>2020-01-24 15:17:02 +0900
commit80bbc7f402ee641c06840e06ecc7184648ca8c2a (patch)
tree22068fa4d10689cbc43720482a8112e5e6673137 /NEWS.md
parenta19228f878d955eaf2cce086bcf53f46fdf894b9 (diff)
Add #verify_hostname= and #verify_hostname to skip hostname verification
[Feature #16555] https://github.com/ruby/ruby/pull/2858
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md7
1 files changed, 7 insertions, 0 deletions
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]]