From 9b0499bc1af169bfdf04945a158192610af1c51f Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 5 May 2011 23:59:02 +0200 Subject: [PATCH] Update changelog with UnicodeDecodeError fix from bok --- docs/changes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index bf7efc5f..fdc18a95 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -20,6 +20,8 @@ This change log is used to track all major changes to Mopidy. :meth:`io.RawBaseIO.readline`. When the :mod:`io` module is available, it is used by PySerial instead of the `FileLike` implementation. +- Fix UnicodeDecodeError in MPD frontend on non-english locale. + 0.4.0 (2011-04-27) ==================