mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Add NEWS about Net::SMTP [ci skip]
This commit is contained in:
parent
bd47a8d660
commit
509241b39f
1 changed files with 8 additions and 0 deletions
8
NEWS.md
8
NEWS.md
|
@ -351,6 +351,14 @@ Outstanding ones only.
|
|||
can take the request headers as a Hash in the second argument when the
|
||||
first argument is a URI. [[Feature #16686]]
|
||||
|
||||
* Net::SMTP
|
||||
|
||||
* Add SNI support.
|
||||
|
||||
* Net::SMTP.start arguments are keyword arguments.
|
||||
|
||||
* TLS should not check the host name by default.
|
||||
|
||||
* OpenStruct
|
||||
|
||||
* Initialization no longer lazy [[Bug #12136]]
|
||||
|
|
Loading…
Reference in a new issue