From 227d420efbfd08764b55abf28aff7188160b6344 Mon Sep 17 00:00:00 2001 From: Ryan Lanny Jenkins Date: Wed, 24 Mar 2021 17:04:17 -0500 Subject: [PATCH] Add entry to changelog. --- docs/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index d7c6f682d..421c1e964 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -210,6 +210,8 @@ Other new things: * The :doc:`/plugins/aura` has arrived! * :doc:`plugins/fetchart`: The new ``max_filesize`` option for fetchart can be used to target a maximum image filesize. +* :doc:`/plugins/badfiles`: Checkers can now be run during import with the + ``check_on_import`` config option. Fixes: