From 8f398b42d4d632bcf8a57a6ad732021f6fa67f2b Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Tue, 31 May 2022 10:56:59 +0200 Subject: [PATCH] docs: fix typo in CHANGES-4.3.md --- CHANGES-4.3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index 858fc00e6..2819f729a 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -24,7 +24,7 @@ File format: * Add more rule engine date functions: format_date/3, format_date/4, date_to_unix_ts/3, date_to_unix_ts/4 [#7894] * Add proto_name and proto_ver fields for $event/client_disconnected event. * Mnesia auth/acl http api support multiple condition queries. -* Inflight QoS1 Messages for shared topics are now redispatched to another alive subscribers upon chosen subscriber session termination. +* Inflight QoS1 Messages for shared topics are now redispatched to other alive subscribers upon chosen subscriber session termination. * Make auth metrics name more understandable. * Allow emqx_management http listener binding to specific interface [#8005] * Add rule-engine function float2str/2, user can specify the float output precision [#7991]