Add NEWS about Net::SMTP [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2020-12-08 16:37:41 +09:00
Родитель bd47a8d660
Коммит 509241b39f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 262ED8DBB4222F7A
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

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