diff --git a/docs/changes.rst b/docs/changes.rst index 4d6c6524..b667016f 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -13,13 +13,25 @@ No description yet. **Important changes** +- Mopidy now depends on `Pykka ` >=0.12. If you + install from APT, Pykka will automatically be installed. If you are not + installing from APT, you may install Pykka from PyPI:: + + sudo pip install -U Pykka + - If you use the Spotify backend, you *should* upgrade to libspotify 0.0.7 and - the latest pyspotify from the Mopidy developers. Follow the instructions at + the latest pyspotify from the Mopidy developers. If you install from APT, + libspotify and pyspotify will automatically be upgraded. If you are not + installing from APT, follow the instructions at :doc:`/installation/libspotify/`. **Changes** +- Mopidy now use Pykka actors for thread management and inter-thread + communication. The immediate advantage of this is that Mopidy now works on + Python 2.7. (Fixes: :issue:`66`) + - Spotify backend: - Fixed a segmentation fault due to a bug in Pyspotify. Thanks to Antoine