From 77d300482cdf5144e3fa2db67a0ea45e412a1a43 Mon Sep 17 00:00:00 2001 From: JianBo He Date: Tue, 18 Apr 2023 10:49:51 +0800 Subject: [PATCH] chore: update changes/ce/feat-10389.en.md --- changes/ce/feat-10389.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/ce/feat-10389.en.md b/changes/ce/feat-10389.en.md index b656f5362..3789e80ae 100644 --- a/changes/ce/feat-10389.en.md +++ b/changes/ce/feat-10389.en.md @@ -1,2 +1,2 @@ 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"`. +Now they both support formats in array `["emqx1@127.0.0.1", "emqx2@127.0.0.1"]` or semicolon-separated string `"emqx1@127.0.0.1,emqx2@127.0.0.1"`.