Fix ChangeLog error. Closes #1941.

This commit is contained in:
Roger A. Light 2020-12-17 14:12:22 +00:00
parent f10de9831a
commit 2d9d1beee4

View File

@ -126,8 +126,8 @@ Broker features:
to a v3.x only broker. to a v3.x only broker.
- DLT logging is now configurable at runtime with `log_dest dlt`. - DLT logging is now configurable at runtime with `log_dest dlt`.
Closes #1735. Closes #1735.
- Add `mosquitto_plugin_publish()` function, which can be used by plugins to - Add `mosquitto_broker_publish()` and `mosquitto_broker_publish_copy()`
publish messages. functions, which can be used by plugins to publish messages.
- Add `mosquitto_client_protocol_version()` function which can be used by - Add `mosquitto_client_protocol_version()` function which can be used by
plugins to determine which version of MQTT a client has connected with. plugins to determine which version of MQTT a client has connected with.
- Add `mosquitto_kick_client_by_clientid()` and `mosquitto_kick_client_by_username()` - Add `mosquitto_kick_client_by_clientid()` and `mosquitto_kick_client_by_username()`