From 7b49b8680c58346db1ff11acb843d03b65fd876e Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Wed, 23 Aug 2023 06:36:29 +0200 Subject: [PATCH] Add changelog for #4823 --- docs/changelog.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index ee8f4c2f6..b539c6d99 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -211,6 +211,11 @@ Bug fixes: the highest number of likes * :doc:`/plugins/lyrics`: Fix a crash with the Google backend when processing some web pages. :bug:`4875` +* Modifying flexible attributes of albums now cascade to the individual album + tracks, similar to how fixed album attributes have been cascading to tracks + already. A new option ``--noinherit/-I`` to :ref:`modify ` + allows changing this behaviour. + :bug:`4822` For packagers: