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

index b87a72456e8adc3edb7fdbd9c164104ad0c15560..82dd50cd4ce95d808d421c99f9771eb025888f6c 100644 (file)
@@ -16,7 +16,7 @@ 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 automatically used. They can be enabled manually although should be obsoleted by our switch to `truststore`.
+* 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`.
 
 For users of the standard `verify=True` or `verify=False` cases this should require no changes.