From 63e984edbb6ff488a2a6aa7b96ff14a25c53ff0f Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Wed, 3 Dec 2025 16:12:26 -0600 Subject: [PATCH] Updated CHANGELOG for recent changes. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ebc61d9..45ab813b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,10 @@ The git repositories are hosted at the following sites: ### Security ### Added +* Added Send_x_Address() API to ReadPropertyMultiple, WritePropertyMultiple, + and SubscribeSOV services primarily for interacting with MS/TP slaves (#1174) +* Added npdu_set_i_am_router_to_network_handler() API. Fixed sending to + broadcast address in npdu_send_what_is_network_number() API. (#1169) * Added BACnetRecipient and BACnetAddressBinding codecs for EPICS application. The implementation includes full encode/decode, ASCII conversion, comparison, and copy functions for both data types, along with @@ -35,6 +39,9 @@ The git repositories are hosted at the following sites: ### Changed +* Changed the size of MAX_HEADER in BACDL_MULTIPLE because 8 is not + big enough for some datalinks (e.g. mstp). (#1170) +* Changed printf() in many apps to use debug_printf() and friends. (#1168) * Changed apps to use common BACnet value string parsing functions. (#1152) * Changed basic object API for units properties to use BACNET_ENGINEERING_UNITS datatype. (#1104)