From 0d20924ee336ad52b53416622d63358cd72338e7 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Wed, 15 Jun 2022 13:51:35 -0500 Subject: [PATCH] chore: Move last changelog to changed instead of fixed --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 980e9de7..355c790e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Radarr: Reword the warning about missing scores for CFs to make it more clear that having no score + does not prevent CFs from being synced. + ### Fixed - Do not exit when a YAML config has no sonarr or radarr section. - Sonarr: Invalid release profile JSON files no longer cause the program to exit. Instead, it just skips them and prints a warning to the user. (#87) -- Radarr: Reword the warning about missing scores for CFs to make it more clear that having no score - does not prevent CFs from being synced. ## [2.2.0] - 2022-06-03