From 85607e2d40120f3cf8b6c91d97214e5e442f55b1 Mon Sep 17 00:00:00 2001 From: Steve Karg Date: Tue, 20 May 2025 15:51:06 -0500 Subject: [PATCH] Updated CHANGELOG with latest changes. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27bd397d..0de0951c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,9 @@ The git repositories are hosted at the following sites: ### Added +* Added schedule object WriteProperty handling for effective-period, + list-of-object-property-references and exception-schedule properties. (#1000) +* Added multiple uBASIC program objects to stm32f4xx example port. (#995) * Added more API for BACnet basic server device object. (#994) * Added the weekly-schedule property write in basic schedule object. (#990) * Added uBASIC-Plus program object example to STM32F4xx. (#967) @@ -30,6 +33,9 @@ The git repositories are hosted at the following sites: ### Fixed +* Fixed network port object to accept host name option of host-n-port + writes. (#997) +* Fixed missing exports in bacnet/basic header files. (#996) * Fixed NDPU comparison functions that were missing segment-ack PDU. (#991) * Fixed WriteProperty NULL bypass which is only for present-value property of commandable objects. (#984)