From 2dca54a336563bf4ca404d7c83f8028b10d5ba8c Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Wed, 17 Sep 2025 08:25:45 -0500 Subject: [PATCH] Updated CHANGELOG from latest commits. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8adf58..ebd5a89d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ The git repositories are hosted at the following sites: ### Added +* Added lighting command refresh from tracking value API. (#1094) * Added MS/TP statistics counters for BadCRC and Poll-For-Master. (#1081) * Added Lighting Output API to implement override for HOA control. Integrated lighting command overridden behavior into the lighting @@ -114,6 +115,7 @@ The git repositories are hosted at the following sites: ### Fixed +* Fixed Lighting Output Relinquish values. (#1094) * Fixed copied code that no longer needs static function scope variables for text names. (#1092) * Fixed compiler warning format '%u' expects argument of type 'unsigned int',