From 0d2f18efb5588158632918c38c78dd83023ac1ee Mon Sep 17 00:00:00 2001 From: Bruno Tournay Date: Mon, 10 Mar 2014 22:45:27 +0100 Subject: [PATCH] Added mention that smartplaylist auto-regeneration can be disabled --- docs/changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 28cdb4cf8..bb5a1f71f 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -21,7 +21,8 @@ New stuff: johtso. * :doc:`/plugins/smartplaylist`: Playlists can now be generated from multiple queries (combined with "or" logic). Album-level queries are also now - possible. Thanks to brilnius. + possible. Automatic playlist regeneration can now be disabled. Thanks to + brilnius. * :doc:`/plugins/echonest`: Echo Nest similarity now weights the tempo in better proportion to other metrics. Also, options were added to specify custom thresholds and output formats. Thanks to Adam M.