From 8048c7a9e5d4d850ee9f922c3faf9ed2652dd8f5 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Mon, 1 Jun 2020 14:59:26 -0400 Subject: [PATCH] Fix wording --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f722f6..2b0c1a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ #### Bugfixes - The client certificate fingerprint hash is now encoded using a URL-safe - version of the base64 algorithm (urlsafe_b64encode)[https://docs.python.org/3/library/base64.html#base64.urlsafe_b64encode]. + version of the base64 algorithm [urlsafe_b64encode()](https://docs.python.org/3/library/base64.html#base64.urlsafe_b64encode). This is intended to make it simpler for applications and CGI scripts to use the certificate fingerprint in URL paths.