From 60ad6dc503e633b15b57318e16a9f368ea8d37d5 Mon Sep 17 00:00:00 2001 From: Ratiq Narwal Date: Thu, 6 Nov 2025 17:41:21 -0800 Subject: [PATCH] Fix changelog formatting --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 22c81830f..eb9f5d97d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -30,8 +30,8 @@ Bug fixes: features for all remaining tracks in the session, avoiding unnecessary API calls and rate limit exhaustion. -- :doc:`plugins/lyrics`: Accepts strings for lyrics sources (used to only accept - list of strings). :bug:`5962` +- :doc:`plugins/lyrics`: Accepts strings for lyrics sources (previously only + accepted a list of strings). :bug:`5962` For plugin developers: