From d87a4c494a49c54101e9856a76bcc922c2eff6ff Mon Sep 17 00:00:00 2001 From: Vitaly Cheptsov <4348897+vit9696@users.noreply.github.com> Date: Mon, 22 Jul 2024 05:25:41 +0300 Subject: [PATCH] Sync changelog --- Changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog.md b/Changelog.md index ea7fe352..d9986bc9 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,7 @@ ======================= #### v1.6.7 - Added constants for macOS 15 support +- Fixed short-circuit evaluation from brightness bound overrides, thanks @damiponce and Gwy #### v1.6.6 - Extended the Backlight Registers Alternative Fix (BLT) submodule to support both KBL and CFL platforms. (by @0xFireWolf)