From b8ae222dc4b5b3fea97e9c7512f2017294ff3aec Mon Sep 17 00:00:00 2001 From: Vrihub Date: Tue, 30 Sep 2025 16:04:59 +0200 Subject: [PATCH] Mention tests in changelog entry. --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index af1edaa80..d01148286 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,8 +11,8 @@ New features: Bug fixes: -- :doc:`/plugins/fromfilename`: Fix :bug:`5218` and improve the code (refactor - regexps, allow for more cases, add some logging) +- :doc:`/plugins/fromfilename`: Fix :bug:`5218`, improve the code (refactor + regexps, allow for more cases, add some logging), add tests. For packagers: