From 503a9a56b2a476e1ae72fe9ff5d4849106dfd13b Mon Sep 17 00:00:00 2001 From: Artem Boldariev Date: Tue, 28 Sep 2021 12:59:13 +0300 Subject: [PATCH] Modify release notes [GL #2795] Mention that it is now possible to specify supported TLS protocol versions. --- doc/notes/notes-current.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 5bd4f71b0b..3dedf1a11d 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -24,7 +24,8 @@ Known Issues New Features ~~~~~~~~~~~~ -- None. +- Ability to specify supported TLS protocol versions within ``tls`` + clauses (e.g. ``protocols { TLSv1.2; TLSv1.3; };``). :gl:`#2795` Removed Features ~~~~~~~~~~~~~~~~