]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
Add missing release for pwclient unicode fixes
authorStephen Finucane <stephen@that.guru>
Tue, 30 May 2017 21:40:00 +0000 (22:40 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 30 May 2017 21:40:00 +0000 (22:40 +0100)
This was missed in '5e3b234'.

Signed-off-by: Stephen Finucane <stephen@that.guru>
releasenotes/notes/pwclient-handle-unicode-9d92fc1cfd43340e.yaml [new file with mode: 0644]

diff --git a/releasenotes/notes/pwclient-handle-unicode-9d92fc1cfd43340e.yaml b/releasenotes/notes/pwclient-handle-unicode-9d92fc1cfd43340e.yaml
new file mode 100644 (file)
index 0000000..beed4a8
--- /dev/null
@@ -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.