From 066c7832021ecdcf5ffc32e12d0456a5c16d737a Mon Sep 17 00:00:00 2001 From: Robert Dailey Date: Tue, 20 Jun 2023 17:51:32 -0500 Subject: [PATCH] docs(changelog): Specify correct boolean default --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c3956b6..2389f1d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ changes you may need to make. - API Key is now sent via the `X-Api-Key` header instead of the `apikey` query parameter. This lessens the need to redact information in the console. -- **BREAKING**: `replace_existing_custom_formats` now defaults to `true`. +- **BREAKING**: `replace_existing_custom_formats` now defaults to `false`. - **BREAKING**: Restructured repository settings. - Configuration templates repository moved to `recyclarr/config-templates` on GitHub. Corresponding settings for this repo as well (see the Settings YAML Reference on the wiki for more details).