From 102ec3ccd3b55aad30433796140fc56379e09274 Mon Sep 17 00:00:00 2001 From: Benjamin Wang Date: Thu, 15 Sep 2022 15:51:19 +0800 Subject: [PATCH] Changelog: correct the 3.4 changelog item There are duplicated items for https://github.com/etcd-io/etcd/pull/14441. Since it's a etcdctl side change, so we should keep the item under etcdctl, and remove the duplicated item under "etcd server" Signed-off-by: Benjamin Wang --- CHANGELOG/CHANGELOG-3.4.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG/CHANGELOG-3.4.md b/CHANGELOG/CHANGELOG-3.4.md index 9cc65213505..e8fbe3e06f7 100644 --- a/CHANGELOG/CHANGELOG-3.4.md +++ b/CHANGELOG/CHANGELOG-3.4.md @@ -10,7 +10,6 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/ - Fix [Durability API guarantee broken in single node cluster](https://github.com/etcd-io/etcd/pull/14423) - Fix [Panic due to nil log object](https://github.com/etcd-io/etcd/pull/14420) - Fix [authentication data not loaded on member startup](https://github.com/etcd-io/etcd/pull/14410) -- Fix [exit with error on shadowed environment variables](https://github.com/etcd-io/etcd/pull/14441) ### etcdctl v3