From 2e973fac93b4bc23177f1c748fba69c911af6b6d Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Tue, 9 Dec 2025 13:22:42 -0600 Subject: [PATCH] Updated CHANGELOG for recent changes. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45249b75..dc6b6d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -56,6 +56,14 @@ The git repositories are hosted at the following sites: ### Fixed +* Fixed a regression in the rpm_ack_object_property_process() function + that prevented proper parsing of multi-object ReadPropertyMultiple ACK + responses. The bug was introduced in PR [#765] and caused the function + to incorrectly return ERROR_CODE_INVALID_TAG after processing the + first object, even when additional valid objects were present in + the response. Added tests that use rpm_ack_object_property_process() + with a multi-object RPM ACK to verify the fix and prevent regression. (#1183) +* Fix warnings during unit testing of BACnet secure connect node. (#1182) * Fixed the BACnetChannelValue coercion function to include all the coercions, no coercions, and invalid datatypes described in Table 12-63 of the Channel object. Expanded unit testing code coverage for BACnetChannelValue. (#1181)