From 01d02742c56b48ae9b3a21abe78b2ebdc24a6e8e Mon Sep 17 00:00:00 2001 From: daudix Date: Sun, 30 Mar 2025 08:00:56 +0300 Subject: [PATCH] Downgrade breaking change to a regular change Why? because it shouldn't break anyone's workflow and was added as a workaround in the first place. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa964ab..c1ca683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed -- **[BREAKING]** Remove `extra.fix_contrast` and `extra.fix_contrast_dark` config/page/section variables in favor of automatic contrast color picking (#43). +- Remove `extra.fix_contrast` and `extra.fix_contrast_dark` config/page/section variables in favor of automatic contrast color picking (#43). ## [v6.1.1](https://codeberg.org/daudix/duckquill/compare/v6.1.0...v6.1.1)