From 632cc3c849232278cc7f0f4335e4a4b8cd3bb938 Mon Sep 17 00:00:00 2001 From: julianz- Date: Thu, 25 Jan 2024 12:12:07 -0800 Subject: [PATCH] Update CHANGELOG.rst --- CHANGELOG.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6e23770d..13073380 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,21 @@ Changelog Versions are year-based with a strict backward-compatibility policy. The third digit is only for regressions. +24.1.0 (2024-01-25) +------------------- +Backward-incompatible changes: +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- modified SSL.py to set SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER in calling OpenSSL. See cherrypy/cheroot#245 for discussion. +- The minimum ``cryptography`` version is now 42.0.0 + +Deprecations: +^^^^^^^^^^^^^ + +Changes: +^^^^^^^^ + + + 24.0.0 (2024-01-22) -------------------