Update changelog with the threads-not-processes change

This commit is contained in:
Stein Magnus Jodal 2010-08-27 12:21:42 +02:00
parent 71014beb46
commit cbde1e4dc6

View File

@ -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.