From 105b9776b5b28ee16b8ef02e85bee0ba9fcd4c7c Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Wed, 5 May 2021 01:30:32 -0500 Subject: [PATCH] docs(changelog): bugfix for quality definition --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ff4f36..fa25be49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Executable is now compiled using [Ready to Run]. This substantially increases the size of the executable but makes the code much faster. +### Fixed + +- Radarr Quality Definition Max and Preferred, when set to their maximum values, are now properly + set to "Unlimited". Without this, larger sized releases were unintentionally rejected. + [Ready to Run]: https://docs.microsoft.com/en-us/dotnet/core/deploying/ready-to-run ## [1.3.0] - 2021-04-23