fix: update CHANGES-4.3.md

This commit is contained in:
EMQ-YangM 2022-05-19 15:38:09 +08:00
parent 5806d5107f
commit b2176b7652
1 changed files with 2 additions and 2 deletions

View File

@ -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]