fix(CHANGES): update CHANGES-4.4.md

This commit is contained in:
EMQ-YangM 2022-03-25 13:40:29 +08:00
parent 3eab6b436b
commit 44f4dfa498
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
### Enhancements
* Add rule events: client.connack, client.check_acl_complete
- client.connack The rule event is triggered when the server sends a CONNACK packet to the client. reason_code contains the error reason code.
- client.check_acl_complete The rule event is triggered when the client check acl complete.
## v4.4.2