diff options
Diffstat (limited to 'client/changes')
-rw-r--r-- | client/changes/bug_return-always-unicode | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/changes/bug_return-always-unicode b/client/changes/bug_return-always-unicode new file mode 100644 index 00000000..f4ee51ed --- /dev/null +++ b/client/changes/bug_return-always-unicode @@ -0,0 +1 @@ + o Always return unicode in helper method, even on UnicodeError. Related to #4998. |