From a7e02461ee7b0ca5d3670fddc7b2827c4d032ff9 Mon Sep 17 00:00:00 2001 From: J0J0 Todos Date: Thu, 31 Aug 2023 07:39:03 +0200 Subject: [PATCH] Add changelog for substitute plugin While rebasing master into this feature branch I removed fdaniele85's original version(s) of the changelog to make conflict resolvement easier. This is a slightly extended version of the latest version I found in the original commits. --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0aacbf03a..4ceeb1874 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -115,6 +115,10 @@ New features: * :doc:`/plugins/embyupdate`: Add handling for private users by adding ``userid`` config option. :bug:`4402` +* :doc:`/plugins/substitute`: Add the new plugin `substitute` as an alternative + to the `rewrite` plugin. The main difference between them being that + `rewrite` modifies files' metadata and `substitute` does not. + :bug:`2786` Bug fixes: