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:
parent
a19228f878
commit
80bbc7f402
1 changed files with 7 additions and 0 deletions
7
NEWS.md
7
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]]
|
||||
|
|
Loading…
Reference in a new issue