summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-07 17:41:08 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-07-07 17:41:08 +0000
commit61a8b4c1ce1154e8df6d6f3a22f4f3a106148f2f (patch)
treedf7a876896a1a52a28709b68a511b4e8b14e6eb7 /NEWS
parentc82bed6324626bd1418dbe6bd62d16d0750d562a (diff)
NEWS: entry for WEBRick SNI support [Feature #13729]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index be51f55178..a2f5c22562 100644
--- a/NEWS
+++ b/NEWS
@@ -110,6 +110,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* Carriage returns are changed to be trimmed properly if trim_mode is specified
and used. Duplicated newlines will be removed on Windows. [Bug #5339] [Bug #11464]
+* WEBrick
+
+ * Add Server Name Indication (SNI) support [Feature #13729]
+
=== Compatibility issues (excluding feature bug fixes)
* Net::HTTP