From cbde1e4dc6c3dfcd17d5fc21508925cde78e5a3f Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 27 Aug 2010 12:21:42 +0200 Subject: [PATCH] Update changelog with the threads-not-processes change --- docs/changes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 91ef6d24..dadbb6b9 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -25,6 +25,8 @@ No description yet. too. - Rename setting :attr:`mopidy.settings.DUMP_LOG_FILENAME` to :attr:`mopidy.settings.DEBUG_LOG_FILENAME`. +- Switched from using subprocesses to threads. This partly fixes the OS X + support. See :issue:`14` for details. - MPD frontend: - ``add ""`` and ``addid ""`` now behaves as expected.