From 79fc6a11da18043a3cb88060abb8afc89c96d8ee Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 6 May 2011 00:01:03 +0200 Subject: [PATCH] Update changelog with removal of redundant Pykka proxy creation --- docs/changes.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index fdc18a95..ef28b86b 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -22,6 +22,10 @@ This change log is used to track all major changes to Mopidy. - Fix UnicodeDecodeError in MPD frontend on non-english locale. +- Do not create Pykka proxies that are not going to be used in + :mod:`mopidy.core`. The underlying actor may already intentionally be dead, + and thus the program may crash on creating a proxy it doesn't need. + 0.4.0 (2011-04-27) ==================