From eb13a8abd1a8abab99b050bcbc2129fc8e38e631 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 6 May 2011 00:14:09 +0200 Subject: [PATCH] Add credits and issue reference to changelog --- docs/changes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changes.rst b/docs/changes.rst index ef28b86b..e40baffe 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -20,7 +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. +- Fix UnicodeDecodeError in MPD frontend on non-english locale. Thanks to + Antoine Pierlot-Garcin for the patch. (Fixes: :issue:`88`) - Do not create Pykka proxies that are not going to be used in :mod:`mopidy.core`. The underlying actor may already intentionally be dead,