summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-12-08 16:37:41 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-12-08 16:38:05 +0900
commit509241b39f2569b2c3ee9bb9f6d217a1e9d419db (patch)
tree3e315462d8ca7829d1bd7c77cbdf9b8752bda23f /NEWS.md
parentbd47a8d660ab33a20c5e28d0effcc29105c434e4 (diff)
Add NEWS about Net::SMTP [ci skip]
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 7bb75b9ec3..9a1da57753 100644
--- a/NEWS.md
+++ b/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]]