From 0f976fe4e03ca9c85edd61b6a6a3232df1521ad9 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sun, 17 Jul 2011 02:38:41 +0200 Subject: [PATCH] Add changes notes about network code changes --- docs/changes.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 5d2ab57d..21011139 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -20,6 +20,9 @@ v0.6.0 (in development) - Add Listener API, :mod:`mopidy.listeners`, to be implemented by actors wanting to receive events from the backend. This is a formalization of the ad hoc events the Last.fm scrobbler has already been using for some time. +- Replaced all of the MPD network code that was provided by asyncore with + custom stack. This change was made to facilitate the future support of the + `idle` command, and to reduce the number of event loops being used. v0.5.0 (2011-06-15)