diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index ed3050058..b14be45a7 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -16,11 +16,13 @@ File format: * 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. +* Refactor the ExProto so that anonymous clients can also be displayed on the dashboard [#6983] ### Bug fixes * Fix case where publishing to a non-existent topic alias would crash the connection [#6979] * Fix HTTP-API 500 error on querying the lwm2m client list on the another node [#7009] +* Fix the ExProto connection registry is not released after the client process abnormally exits [#6983] ## v4.3.12 ### Important changes