From 167044e164446eb63eff8aeb4bea2776f128c5c4 Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Wed, 22 Apr 2026 07:24:45 -0500 Subject: [PATCH] Update CHANGELOG for recent changes and fixes --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8402e40c..367826c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,10 +26,12 @@ engaged when accessing any of the lighting command structure data. (#1306) 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) +for performance optimization. (#1295) (#1309) ### Fixed +* Fixed EPICS values for recipient list, empty lists, and authentication + factors. Changed EPICS app to allow target MAC or IP address format. (#1310) * 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