From b12b72df994590a56590d25dd996ea2f220c9d54 Mon Sep 17 00:00:00 2001 From: firest Date: Wed, 23 Mar 2022 10:55:19 +0800 Subject: [PATCH] chore: update changes-4.3.md --- CHANGES-4.3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES-4.3.md b/CHANGES-4.3.md index a7e161915..25760be08 100644 --- a/CHANGES-4.3.md +++ b/CHANGES-4.3.md @@ -50,6 +50,7 @@ File format: * Fix user or appid created, name only allow `^[A-Za-z]+[A-Za-z0-9-_]*$` * Fix subscribe http api crash by bad_qos `/mqtt/subscribe`,`/mqtt/subscribe_batch`. * Send DISCONNECT packet with reason code 0x98 if connection has been kicked [#7309] +* Auto subscribe to an empty topic will be simply ignored now ## v4.3.12 ### Important changes