Updated CHNAGELOG for latest changes.

This commit is contained in:
Steve Karg
2025-05-08 08:20:46 -05:00
parent 1a7d823959
commit f771f90323
+4 -3
View File
@@ -1,7 +1,7 @@
# BACnet Stack ChangeLog # BACnet Stack ChangeLog
BACnet open source protocol stack C library for embedded systems, BACnet open source protocol stack C library for embedded systems,
Linux, MacOS, BSD, and Windows microcontrollers, Linux, MacOS, BSD, and Windows
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
@@ -18,12 +18,13 @@ The git repositories are hosted at the following sites:
### Added ### Added
* Added the weekly-schedule property write in basic schedule object. (#990)
* Added uBASIC-Plus program object example to STM32F4xx. (#967) * Added uBASIC-Plus program object example to STM32F4xx. (#967)
* Added guards in create object initialization to prevent memory leaks. (#965) * Added guards in create object initialization to prevent memory leaks. (#965)
### Changed ### Changed
* Improved mirror script debugging (#968) * Changed mirror script to improve debugging. (#968)
* Changed dlenv to support multiple datalinks via environment variable. (#966) * Changed dlenv to support multiple datalinks via environment variable. (#966)
### Fixed ### Fixed
@@ -35,7 +36,7 @@ The git repositories are hosted at the following sites:
* Fixed BACnetGroupChannelValue encoding and decoding of BACnetChannelValue * Fixed BACnetGroupChannelValue encoding and decoding of BACnetChannelValue
which was deemed errata by BACnet standard committee. (#980) which was deemed errata by BACnet standard committee. (#980)
* Fixed some INTRINSIC_REPORTING #ifs in AV and BV basic objects. (#977) * Fixed some INTRINSIC_REPORTING #ifs in AV and BV basic objects. (#977)
* Fixed network specific original broadcast for IP in apps/router. (#976) * Fixed network specific original broadcast for IP in apps/router. (#976)(#989)
### Removed ### Removed