From eb58296d61856b9d10234ead5c5930f499fa0e50 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 30 Mar 2013 15:02:04 +0100 Subject: [PATCH] Update changelog and authors --- AUTHORS | 1 + docs/changes.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS b/AUTHORS index 1530f523..d6ede848 100644 --- a/AUTHORS +++ b/AUTHORS @@ -15,5 +15,6 @@ - Wouter van Wijk - Jeremy B. Merrill - 0xadam +- herrernst - Nick Steel - Zan Dobersek diff --git a/docs/changes.rst b/docs/changes.rst index 46f266f4..fd065b34 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -33,6 +33,9 @@ v0.13.0 (in development) - Make ``mopidy-scan`` work with Ogg Vorbis files. (Fixes: :issue:`275`) +- Fix playback of files with non-ASCII chars in their file path. (Fixes: + :issue:`353`) + **Spotify backend** - Let GStreamer handle time position tracking and seeks. (Fixes: :issue:`191`)