From f4a08f77d440947db3850bd6cfc9d4a38af698c2 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Mon, 24 Mar 2025 11:00:40 +0000 Subject: [PATCH] update 3.6 changelog for the fix to auto sync member in v3store Signed-off-by: Benjamin Wang --- CHANGELOG/CHANGELOG-3.6.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG/CHANGELOG-3.6.md b/CHANGELOG/CHANGELOG-3.6.md index 73023a17b..944f6d046 100644 --- a/CHANGELOG/CHANGELOG-3.6.md +++ b/CHANGELOG/CHANGELOG-3.6.md @@ -10,6 +10,11 @@ Previous change logs can be found at [CHANGELOG-3.5](https://github.com/etcd-io/ ## v3.6.0-rc.3 (TBD) +### etcd server + +- [Auto sync members in v3store for the issues which have already been affected by #19557](https://github.com/etcd-io/etcd/pull/19636). + +
## v3.6.0-rc.2 (2025-03-05)