From 5d6879bff9b598dc9da2923d7e2455660ae3bc6e Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 24 Oct 2016 23:43:47 +0200 Subject: [PATCH] docs: Add file/excluded_file_extensions to changelog --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 97527218..8d255590 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -19,6 +19,8 @@ Feature release. :attr:`mopidy.models.Album.date` (Fixes: :issue:`1741`) +- File: Add new config value :confval:`file/excluded_file_extensions`. + - Local: Skip hidden directories directly in ``media_dir``. (Fixes: :issue:`1559`, PR: :issue:`1555`)