From: Michael Ramsey Date: Sat, 24 Dec 2022 18:44:28 +0000 (-0500) Subject: Update v6.2.0.rst X-Git-Tag: v6.3.0b1~18^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1de04d00b107d27c9400ba24c47cf52953e820de;p=thirdparty%2Ftornado.git Update v6.2.0.rst fix typo --- diff --git a/docs/releases/v6.2.0.rst b/docs/releases/v6.2.0.rst index 7ad56d14f..08712eca3 100644 --- a/docs/releases/v6.2.0.rst +++ b/docs/releases/v6.2.0.rst @@ -40,7 +40,7 @@ General changes - The minimum supported Python version is now 3.7. - Wheels are now published with the Python stable ABI (``abi3``) for compatibility across versions of Python. -- SSL certificate verfication and hostname checks are now enabled by default in +- SSL certificate verification and hostname checks are now enabled by default in more places (primarily in client-side usage of `.SSLIOStream`). - Various improvements to type hints throughout the package. - CI has moved from Travis and Appveyor to Github Actions.