From 948cdaccb13f45396a95b028b3fe922634477974 Mon Sep 17 00:00:00 2001 From: Jaslin Date: Fri, 5 Dec 2025 03:20:11 -0500 Subject: [PATCH] Fix subsonicupdate entry in changelog --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index adc0b6474..e85b4413b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -35,8 +35,8 @@ New features: Bug fixes: - :doc:`plugins/subsonicupdate`: Improve error messages when the Subsonic server - is unavailable or returns invalid or missing JSON. Previously, failures were - cryptic (for instance, "Expecting value: line 1 column 1 (char 0)"). :bug:`5635` + is unavailable or returns invalid JSON. Previously, failures were cryptic + (for instance, "Expecting value: line 1 column 1 (char 0)"). :bug:`5635` - :doc:`plugins/inline`: Fix recursion error when an inline field definition shadows a built-in item field (e.g., redefining ``track_no``). Inline expressions now skip self-references during evaluation to avoid infinite