From b48488fdc7e0ddf0c97b5c463ad5e7945d10bab8 Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Wed, 5 May 2021 22:51:23 -0500 Subject: [PATCH] docs(changelog): last bug fix Forgot to mention the last bugfix for Sonarr quality definition max handling for unlimited. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4e230d5..f489d8b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Sonarr Quality Definition Max, when set to its maximum value of 400, is now properly set to + "Unlimited". This is equivalent to the user maxing out the visual slider in the Sonarr UI. Without + this, some larger sized releases were unintentionally rejected. + ## [1.3.2] - 2021-05-05 ### Fixed