docs: add missing changelogs for 9939

This commit is contained in:
Zaiming (Stone) Shi 2023-02-20 09:10:53 +01:00
parent 62988c9698
commit 88f099cc6f
4 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,3 @@
Allow 'emqx ctl cluster' command to be issued before Mnesia starts.
Prior to this change, EMQX `replicant` could not use `manual` discovery strategy.
Now it's possible to join cluster using 'manual' strategy.

View File

@ -0,0 +1,2 @@
允许 'emqx ctl cluster join' 命令在 Mnesia 启动前就可以调用。
在此修复前, EMQX 的 `replicant` 类型节点无法使用 `manual` 集群发现策略。