Skip to content

Commit 2e973fa

Browse files
committed
Updated CHANGELOG for recent changes.
1 parent 7f2690f commit 2e973fa

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ The git repositories are hosted at the following sites:
5656

5757
### Fixed
5858

59+
* Fixed a regression in the rpm_ack_object_property_process() function
60+
that prevented proper parsing of multi-object ReadPropertyMultiple ACK
61+
responses. The bug was introduced in PR [#765] and caused the function
62+
to incorrectly return ERROR_CODE_INVALID_TAG after processing the
63+
first object, even when additional valid objects were present in
64+
the response. Added tests that use rpm_ack_object_property_process()
65+
with a multi-object RPM ACK to verify the fix and prevent regression. (#1183)
66+
* Fix warnings during unit testing of BACnet secure connect node. (#1182)
5967
* Fixed the BACnetChannelValue coercion function to include all the coercions,
6068
no coercions, and invalid datatypes described in Table 12-63 of the Channel
6169
object. Expanded unit testing code coverage for BACnetChannelValue. (#1181)

0 commit comments

Comments
 (0)