From eaca35d1927a571dcdf348f5e61004b8732f54d0 Mon Sep 17 00:00:00 2001 From: "Tobias S. Josefowitz" <tobij@tobij.de> Date: Wed, 2 Dec 2020 20:24:00 +0100 Subject: [PATCH] CHANGES: Document URI fix --- CHANGES | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index b1f54c5dc3..5225d99fc7 100644 --- a/CHANGES +++ b/CHANGES @@ -350,7 +350,12 @@ o Standards.EXIF o Standards.URI - Updated list of unsafe characters to RFC 3986. [bug 8004] + - Updated list of unsafe characters to RFC 3986. [bug 8004] + + - String representations of the URI that are generated by the object + are now canonical again. This also fixes an issue where Standards.URI + instances compared identical under the == comparison, but would hash + differently. o Standards.X509 -- GitLab