1
0
Fork 0
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:
Kazuhiro NISHIYAMA 2020-12-08 16:37:41 +09:00
parent bd47a8d660
commit 509241b39f
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

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