update changelog for #4060

This commit is contained in:
wisp3rwind 2021-11-01 19:00:07 +01:00
parent 813dea160e
commit 5578d0713b

View file

@ -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: