From f824ded6ca4d7f9df1634f591e230c87c3e594b8 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 20 Jun 2014 22:43:25 +0200 Subject: [PATCH] docs: Add PR#752 to changelog --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index f0623616..83a0570d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -140,6 +140,13 @@ Feature release. - Fix proper decoding of exception messages that depends on the user's locale. +**Stream backend** + +- Add config value :confval:`stream/metadata_blacklist` to blacklist certain + URIs we should not open to read metadata from before they are opened for + playback. This is typically needed for services that invalidate URIs after a + single use. (Fixes: :issue:`660`) + v0.18.3 (2014-02-16) ====================