From 299cd01437797b4c49e1354b191680c09c0c4af5 Mon Sep 17 00:00:00 2001 From: Zsin Skri Date: Thu, 20 Jun 2019 22:14:58 +0200 Subject: [PATCH] changelog: fix storage format in R128_ALBUM_GAIN --- docs/changelog.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 9d5918a2d..7f1d467c2 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -48,6 +48,7 @@ Fixes: * :doc:`/plugins/importadded`: Fixed a crash that occurred when the ``after_write`` signal was emitted. :bug:`3301` +* doc:`plugins/replaygain`: Fix storage format in R128_ALBUM_GAIN tags. For plugin developers: