From 2d9d1beee41314be4727cdafdf3cea36cf37703e Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Thu, 17 Dec 2020 14:12:22 +0000 Subject: [PATCH] Fix ChangeLog error. Closes #1941. --- ChangeLog.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 6755e182..3e44696f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -126,8 +126,8 @@ Broker features: to a v3.x only broker. - DLT logging is now configurable at runtime with `log_dest dlt`. Closes #1735. -- Add `mosquitto_plugin_publish()` function, which can be used by plugins to - publish messages. +- Add `mosquitto_broker_publish()` and `mosquitto_broker_publish_copy()` + functions, which can be used by plugins to publish messages. - Add `mosquitto_client_protocol_version()` function which can be used by plugins to determine which version of MQTT a client has connected with. - Add `mosquitto_kick_client_by_clientid()` and `mosquitto_kick_client_by_username()`