From 4fdfb393db0263c6001902d6b33ec34d2d552170 Mon Sep 17 00:00:00 2001 From: wisp3rwind <17089248+wisp3rwind@users.noreply.github.com> Date: Wed, 9 Apr 2025 12:43:15 +0200 Subject: [PATCH] update changelog --- docs/changelog.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 825e287f6..44f2d305d 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -35,6 +35,12 @@ For packagers: ``BeetsPlugin.candidates`` method signature since it is never passed in. If you override this method in your plugin, feel free to remove this parameter. +For plugin developers: + +* The `fetchart` plugins has seen a few changes to function signatures and + source registration in the process of introducing typings to the code. + Custom art sources might need to be adapted. + Other changes: 2.3.1 (May 14, 2025)