From 2e24887f539302f44e37dcf0119a8cb1f26a3150 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 9 Dec 2019 15:57:41 -0500 Subject: [PATCH] Changelog for #3449 --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index c6b805b30..23a898e64 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -90,6 +90,12 @@ New features: :bug:`3387` * :doc:`/plugins/hook` now treats non-zero exit codes as errors. :bug:`3409` +* :doc:`/plugins/subsonicupdate`: A new ``url`` configuration replaces the + older (and now deprecated) separate ``host``, ``port``, and ``contextpath`` + config options. As a consequence, the plugin can now talk to Subsonic over + HTTPS. + Thanks to :user:`jef`. + :bug:`3449` Fixes: