1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Add #verify_hostname= and #verify_hostname to skip hostname verification

[Feature #16555]
https://github.com/ruby/ruby/pull/2858
This commit is contained in:
NARUSE, Yui 2020-01-24 15:16:13 +09:00
parent a19228f878
commit 80bbc7f402

View file

@ -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]]