From 258b63c5665dba6486ee7cec4c87577dadc178e9 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sat, 24 Jan 2015 10:39:06 -0800 Subject: [PATCH] Changelog for #1266 --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7ad300504..96264ef6e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -50,6 +50,9 @@ Fixes: ``beet embedart -f FILE`` is given a non-existent path. :bug:`1252` * Fix a crash when a file has an unrecognized image type tag. Thanks to Matthias Kiefer. :bug:`1260` +* :doc:`/plugins/importfeeds` and :doc:`/plugins/smartplaylist`: Automatically + create parent directories for playlist files (instead of crashing when the + parent directory does not exist). :bug:`1266` For developers: