From baa2cc7ac845209aab5d2fb4b41fed179cf5c9ae Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 21 Aug 2015 20:44:25 +0200 Subject: [PATCH] docs: Add issue and PR links --- docs/changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 6ab7e732..55357087 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -24,7 +24,8 @@ Bug fix release. - File: When browsing files, we no longer scan the files to check if they're playable. This makes browsing of the file hierarchy instant for HTTP clients, which do no scanning of the files' metadata, and a bit faster for MPD - clients, which no longer scan the files twice. + clients, which no longer scan the files twice. (Fixes: :issue:`1260`, PR: + :issue:`1261`) - Audio: Fix timeout handling in scanner. This regression caused timeouts to expire before it should, causing scans to fail.