From b7721e25317b00509b9ead59da22eac153712346 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 17 Oct 2024 23:12:19 -0400 Subject: [PATCH] Added changelog for libressl removal (#11792) --- CHANGELOG.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 01d4fa488c49..06992881e35e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,7 @@ Changelog .. note:: This version is not yet released and is under active development. +* **BACKWARDS INCOMPATIBLE:** Dropped support for LibreSSL < 3.9. * Deprecated Python 3.7 support. Python 3.7 is no longer supported by the Python core team. Support for Python 3.7 will be removed in a future ``cryptography`` release.