Update changelog

This commit is contained in:
Roger A. Light 2023-03-27 23:42:19 +01:00
parent a991a8373f
commit 7e35ac92ec

View File

@ -6,6 +6,11 @@ Broker:
- Fix std* files not being redirected when daemonising, when built with
assertions removed. Closes #2708.
Client library:
- Use CLOCK_BOOTTIME when available, to keep track of time. This solves the
problem of the client OS sleeping and the client hence not being able to
calculate the actual time for keepalive purposes. Closes #2760.
Clients:
- Fix incorrect topic-alias property value in mosquitto_sub json output.