From 5578d0713b3a9b60450ce3fb11c8e4a008001f7e Mon Sep 17 00:00:00 2001 From: wisp3rwind <17089248+wisp3rwind@users.noreply.github.com> Date: Mon, 1 Nov 2021 19:00:07 +0100 Subject: [PATCH] update changelog for #4060 --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index b7da076738..09e4477c44 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -41,6 +41,11 @@ Other new things: * :doc:`/plugins/info`: Support ``--album`` flag. * :doc:`/plugins/export`: Support ``--album`` flag. * ``beet move`` path differences are now highlighted in color (when enabled). +* When moving files and a direct rename of a file is not possible, beets now + copies to a temporary file in the target folder first instead of directly + using the target path. This gets us closer to always updating files + atomically. Thanks to :user:`catap`. + :bug:`4060` For plugin developers: