From b2d26a26db126ee3ebc09c8aeb46eeeb439a0ddc Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Mon, 31 Jul 2023 03:15:23 -0400 Subject: [PATCH] [3.11] gh-99079: add What's New item --- Doc/whatsnew/3.11.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 91f54f38428a76..f102aa599069c2 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -2712,4 +2712,13 @@ tarfile In Python 3.14, the default will switch to ``'data'``. (Contributed by Petr Viktorin in :pep:`706`.) + +Notable Changes in 3.11.5 +========================= + +OpenSSL +------- + +* Windows builds and macOS installers from python.org now use OpenSSL 3.0. + .. _libb2: https://www.blake2.net/