]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update CHANGELOG.md
authorTom Christie <tom@tomchristie.com>
Thu, 21 Nov 2024 13:54:13 +0000 (13:54 +0000)
committerGitHub <noreply@github.com>
Thu, 21 Nov 2024 13:54:13 +0000 (13:54 +0000)
CHANGELOG.md

index 82dd50cd4ce95d808d421c99f9771eb025888f6c..1d7a82a4c4e34167edbc5fee7ba61bcc397ef928 100644 (file)
@@ -14,9 +14,9 @@ The 0.28 release includes a limited set of backwards incompatible changes.
 
 SSL configuration has been significantly simplified.
 
-* The `verify` argument no longer accepts string arguments.
-* The `cert` argument has now been removed.
-* The `SSL_CERT_FILE` and `SSL_CERT_DIR` environment variables are no longer used. They can be enabled manually although should be obsoleted by our switch to `truststore`.
+* The `verify` argument no longer accepts string arguments. Explicitly specified certificate stores can still be enabled through the SSL configuration API.
+* The `cert` argument has now been removed. Client side certificates can still be enabled through the SSL configuration API.
+* The `SSL_CERT_FILE` and `SSL_CERT_DIR` environment variables are no longer used. These environment variables can be enabled manually although should be obsoleted by our switch to `truststore`.
 
 For users of the standard `verify=True` or `verify=False` cases this should require no changes.