From b2176b7652fa1452e1074798ff7aeea9a7bfb534 Mon Sep 17 00:00:00 2001 From: EMQ-YangM Date: Thu, 19 May 2022 15:38:09 +0800 Subject: [PATCH] fix: update CHANGES-4.3.md --- CHANGES-4.3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index acc6c550e..36bb8ee8d 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -27,8 +27,8 @@ File format: * 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 -* add rule-engine function float2str/2, user can specify the float output precision. +* 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]