From 3f0d7b96d09d3210e45baf4d2dbd9600d43f5b89 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Mon, 15 Feb 2016 20:53:05 +0100 Subject: [PATCH] docs: Add stream backend to changelog --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b7234100..c7836f09 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -110,6 +110,12 @@ M3U backend - Improve reliability of playlist updates using the core playlist API by applying the write-replace pattern for file updates. +Stream backend +-------------- + +- Make sure both lookup and playback correctly handle playlists and our + blacklist support. (Fixes: :issue:`1445`, PR: :issue:`1447`) + MPD frontend ------------