From 592c3fa3561edfa0921b37edbd1cec910e47336f Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 26 Dec 2021 18:05:56 -0800 Subject: [PATCH] Changelog for #4168 fix --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 3fbe5f1fc..51fbadb5e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -28,6 +28,9 @@ Bug fixes: ``r128_album_gain`` fields was changed from integer to float to fix loss of precision due to truncation. :bug:`4169` +* Fix a regression in the previous release that caused a `TypeError` when + moving files across filesystems. + :bug:`4168` For packagers: