From d8e6cacaebed3ef007d827ac9cf8ad2bab45b19c Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Thu, 18 Sep 2025 10:58:25 -0500 Subject: [PATCH] Updated CHANGELOG after latest commits. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 998e219f..80a7bf64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -117,6 +117,9 @@ The git repositories are hosted at the following sites: ### Fixed +* Fixed the lighting output objects current priority comparison during + lighting commands by using priority 17 for relinquish default + instead of 0. (#1097) * Fixed CMake Error in libwebsocket: Compatibility with CMake < 3.5 has been removed from CMake (#1095) * Fixed Lighting Output Relinquish values. (#1094)