From 95d613e204331e5b88c69b74895bcc31e6dd0ac8 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Mon, 23 May 2022 21:48:26 +0800 Subject: [PATCH] chore: pretty change logs --- CHANGES-4.3.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index 2a4715a7a..447593250 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -25,14 +25,13 @@ File format: * Inflight QoS1 Messages for shared topics are now redispatched to another 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] ### Bug fixes * List subscription topic (/api/v4/subscriptions), the result do not match with multiple conditions. * SSL closed error bug fixed for redis client. * Fix mqtt-sn client disconnected due to re-send a duplicated qos2 message * Rule-engine function hexstr2bin/1 support half byte [#7977] -* Add rule-engine function float2str/2, user can specify the float output precision [#7991] - * Improved resilience against autocluster partitioning during cluster startup. [#7876] [ekka-158](https://github.com/emqx/ekka/pull/158)