diff --git a/CHANGELOG.md b/CHANGELOG.md index f85d565059..ef888a26c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ * If either parameter validation fails or the pipeline has errors, a warning is given about any unexpected parameters found which are not described in the pipeline schema. * This behaviour can be disabled by using `--validate_params false` * Added profiles to support the [Charliecloud](https://hpc.github.io/charliecloud/) and [Shifter](https://nersc.gitlab.io/development/shifter/how-to-use/) container engines [[#824](https://github.com/nf-core/tools/issues/824)] + * Note that Charliecloud requires Nextflow version `v21.03.0-edge` or later. +* Profiles for container engines now explicitly _disable_ all other engines [[#867](https://github.com/nf-core/tools/issues/867)] * Fixed typo in nf-core-lint CI that prevented the markdown summary from being automatically posted on PRs as a comment. * Changed default for `--input` from `data/*{1,2}.fastq.gz` to `null`, as this is now validated by the schema as a required value. * Removed support for `--name` parameter for custom run names.