From b2e4f3903c6e34b7652c5018aabe710a9ac90ca1 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 29 Apr 2011 20:30:04 +0200 Subject: [PATCH] Add NadMixer fix to changelog --- docs/changes.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 5a7db6ad..c91b2b40 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -5,6 +5,18 @@ Changes This change log is used to track all major changes to Mopidy. +0.4.1 (in development) +====================== + +**Bugfixes** + +- Fix crash in :mod:`mopidy.mixers.nad` that occures at startup when the + :mod:`io` module is available. We used an `eol` keyword argument which is + supported by :meth:`serial.FileLike.readline`, but not by + :meth:`io.RawBaseIO.readline`. When the :mod:`io` module is available, it is + used by PySerial instead of the `FileLike` implementation. + + 0.4.0 (2011-04-27) ==================