From ccdb2efb59ef75a5e5f08406d50c2fe61c9bb12f Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Mon, 22 Jan 2024 12:53:08 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index acafa5e7bc..893e0e1c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ ### Linting +- linting a pipeline also lints the installed subworkflows ([#2677](https://github.com/nf-core/tools/pull/2677)) + ### Modules - Fix linting of a pipeline with patched custom module ([#2669](https://github.com/nf-core/tools/pull/2669))