From 024689e781113259d9d6397d42dcd2aa2ed5f04a Mon Sep 17 00:00:00 2001 From: wordofglass Date: Fri, 25 Aug 2017 15:34:16 +0200 Subject: [PATCH] Changelog entry for the mtime fixes --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index c71eec055..6190022ed 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -27,6 +27,10 @@ Fixes: * :doc:`/plugins/edit`: Fix a bug when editing items during a ``-L`` re-import. Previously, diffs against against unrelated items could be shown or beets could crash with a traceback. :bug:`2659` +* Fixed a problem where "no-op" modifications would reset files' mtimes, + resulting in unnecessary writes. This most prominently affected the + :doc:`/plugins/edit` when saving the text file without making changes to some + music. For developers: