From 8c6d409b6f68f67e0b684b87ee2a136a537fdae7 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Tue, 30 May 2017 22:40:00 +0100 Subject: [PATCH] Add missing release for pwclient unicode fixes This was missed in '5e3b234'. Signed-off-by: Stephen Finucane --- .../notes/pwclient-handle-unicode-9d92fc1cfd43340e.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 releasenotes/notes/pwclient-handle-unicode-9d92fc1cfd43340e.yaml diff --git a/releasenotes/notes/pwclient-handle-unicode-9d92fc1cfd43340e.yaml b/releasenotes/notes/pwclient-handle-unicode-9d92fc1cfd43340e.yaml new file mode 100644 index 00000000..beed4a83 --- /dev/null +++ b/releasenotes/notes/pwclient-handle-unicode-9d92fc1cfd43340e.yaml @@ -0,0 +1,7 @@ +--- +fixes: + - | + The `pwclient` tool will no longer attempt to re-encode unicode to ascii + bytes, which was a frequent cause of ``UnicodeEncodeError`` exceptions. + Instead, a warning is produced if your environement is not configured for + unicode. -- 2.47.3