From 75020c91ec17943069f9322a39617cdd27effd2b Mon Sep 17 00:00:00 2001 From: Thomas Kemmer Date: Wed, 25 Mar 2015 05:46:55 +0100 Subject: [PATCH] docs: Add PR #1084 to changelog --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 1f07203b..1e3e2d66 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -323,6 +323,9 @@ M3U backend migrate your local playlists to work with the M3U backend. (Fixes: :issue:`1054`, PR: :issue:`1066`) +- In playlist names, replace "/", which are illegal in M3U file names, + with "|". (PR: :issue:`1084`) + MPD frontend ------------