From ff894b074d3ae1d6f38b57747742981f95c7fd2e Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Tue, 21 Apr 2026 06:32:41 -0500 Subject: [PATCH] Update CHANGELOG for recent changes and fixes --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f66169c5..8402e40c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,28 @@ The git repositories are hosted at the following sites: * * -## [Unreleased] - 2026-04-19 +## [Unreleased] - 2026-04-21 ### Security ### Added ### Changed + +* Changed lighting output object and lighting command structure to enable +loose coupling. Added locking callbacks in lighting command that are +engaged when accessing any of the lighting command structure data. (#1306) +* Changed COV subscription encoding and decoding functions to reduce code +size and reuse existing unit tested functions. Added BACnetRecipientProcess +type encoding and decoding functions with associated tests. (#1296) +* Changed COV Subscriptions handling to use use keylist instead of array +for performance optimization. (#1295) + ### Fixed + +* Fixed BBMD_Result handling to avoid false positive error message when no +registration is requested. (#1305) +* Fixed keylist CheckArraySize return value, and added memory exhaustion +check to Keylist_Data_Add. (#1295) + ### Removed ## [1.5.0] - 2026-04-16