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)