aboutsummaryrefslogtreecommitdiffstats
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
commit2e35cf8438846bd1a165774b7e5352831ac5840b (patch)
treedf7a876896a1a52a28709b68a511b4e8b14e6eb7
parente398057712ccbdd48df6850fa341b52ed63a8d97 (diff)
downloadruby-2e35cf8438846bd1a165774b7e5352831ac5840b.tar.gz
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
-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