From 1eb3c3c4d30c5f38f0f79a424111cc9c5d56e62a Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 2 Aug 2015 17:27:55 -0700 Subject: [PATCH] Changelog for #1480 fix --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b6614e1eb1..ba7a9393df 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -85,6 +85,10 @@ Fixes: non-ASCII characters. :bug:`1551` * :doc:`/plugins/fetchart`: Work around a urllib3 bug that could cause a crash. :bug:`1555` :bug:`1556` +* When you edit the configuration file with ``beet config -e`` and the file + does not exist, beets creates an empty file before editing it. This fixes an + error on OS X, where the ``open`` command does not work with non-existent + files. :bug:`1480` .. _Python bug: http://bugs.python.org/issue16512