Modify release notes [GL #2795]

Mention that it is now possible to specify supported TLS protocol
versions.
This commit is contained in:
Artem Boldariev
2021-09-28 12:59:13 +03:00
parent bbf758a6fd
commit 503a9a56b2

View File

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