From 4f7c52b84f2e67db012901c704d44ce3f44505bb Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Mon, 10 Apr 2023 10:05:32 -0500 Subject: [PATCH] docs(changelog): Fix incorrect information from v4.4.0 release --- CHANGELOG.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a66cf54a..7108b4f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,10 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 existing CFs that Recyclarr never created in the first place. The default is `true`. - New `quality_profiles` section supported for specifying information about quality profiles. For now, this section doesn't do much, but paves the way for quality profile syncing. -- New CLI command: `config list` which lists information about current or available configuration - files. -- New `--templates` argument added to `config list` which will list available configuration YAML - templates that can be used in the Trash repo. +- New CLI command: `config list` which lists information about local and template config files. ### Changed