From 9b61b2ecaf5f1c50fe4511e707a1e781e7dfd120 Mon Sep 17 00:00:00 2001 From: Itxaso Aizpurua Date: Sat, 8 Oct 2022 00:38:10 +0200 Subject: [PATCH] added changelog --- changelog/3426.improvement.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog/3426.improvement.rst diff --git a/changelog/3426.improvement.rst b/changelog/3426.improvement.rst new file mode 100644 index 000000000..e232d56aa --- /dev/null +++ b/changelog/3426.improvement.rst @@ -0,0 +1 @@ +Assertion failures with strings in NFC and NFD forms that normalize to the same string now have a dedicated error message detailing the issue, and their utf-8 representation is expresed instead.