chore: update CHANGES-4.3.md

This commit is contained in:
JianBo He 2022-02-16 19:55:01 +08:00
parent 4673ca43a0
commit bf565efc99
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ File format:
* CLI `emqx_ctl pem_cache clean` to force purge x509 certificate cache, * CLI `emqx_ctl pem_cache clean` to force purge x509 certificate cache,
to force an immediate reload of all certificates after the files are updated on disk. to force an immediate reload of all certificates after the files are updated on disk.
* Refactor the ExProto so that anonymous clients can also be displayed on the dashboard [#6983] * Refactor the ExProto so that anonymous clients can also be displayed on the dashboard [#6983]
* Force shutdown of processe that cannot answer takeover event [#7026]
### Bug fixes ### Bug fixes