From 95131abed8f3cf0a45ed8b8ff948a36926c6c6b3 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 4 May 2024 11:38:10 -0400 Subject: [PATCH] forward port 42.0.6 changelog (#10930) --- CHANGELOG.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e7153b215514..c78e05bb3249 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -45,6 +45,13 @@ Changelog timezone-aware alternative to the naïve ``datetime`` attribute :attr:`~cryptography.x509.InvalidityDate.invalidity_date`. +.. _v42-0-6: + +42.0.6 - 2024-05-04 +~~~~~~~~~~~~~~~~~~~ + +* Fixed compilation when using LibreSSL 3.9.1. + .. _v42-0-5: 42.0.5 - 2024-02-23