File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments