Merge pull request #7992 from EMQ-YangM/update-CHANGES

fix: update CHANGES-4.3.md
This commit is contained in:
Xinyu Liu 2022-05-19 15:43:00 +08:00 committed by GitHub
commit df3d935b32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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]