Add changelog entry for r128 type change

This commit is contained in:
ybnd 2021-12-12 12:10:50 +01:00
parent 9f13eaeb15
commit 38fc1d4532

View file

@ -11,6 +11,10 @@ Bug fixes:
* :doc:`/plugins/lyrics`: Fix Genius search by using query params instead of body.
* :doc:`/plugins/unimported`: The new ``ignore_subdirectories`` configuration
option added in 1.6.0 now has a default value if it hasn't been set.
* :doc:`/plugins/replaygain`: The type of the internal ``r128_track_gain`` and
``r128_album_gain`` fields was changed from integer to float to fix loss of
precision due to truncation.
:bug:`4169`
For packagers: