From acb30c79573c9907acf1f161d015668d9baa7cbb Mon Sep 17 00:00:00 2001 From: zhongwencool Date: Tue, 18 Apr 2023 10:47:07 +0800 Subject: [PATCH] chore: update changes/ce/feat-10389.en.md Co-authored-by: JianBo He --- changes/ce/feat-10389.en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changes/ce/feat-10389.en.md b/changes/ce/feat-10389.en.md index d6b8d236f..b656f5362 100644 --- a/changes/ce/feat-10389.en.md +++ b/changes/ce/feat-10389.en.md @@ -1,2 +1,2 @@ -Now `cluster.core_nodes` and `cluster.statics.seeds` are specified in the same way. -Configuring them as `["emqx1@127.0.0.1", "emqx2@127.0.0.1"]` and `"emqx1@127.0.0.1,emqx2@127.0.0.1"` has the same effect. +Unify the config formats for `cluster.core_nodes` and `cluster.statics.seeds`. +Now they both support formats in arrays `["emqx1@127.0.0.1", "emqx2@127.0.0.1"]` or semicolon-separated strings `"emqx1@127.0.0.1,emqx2@127.0.0.1"`.