From 12030cfda34af1ce454dc59ab955ee4811b9afb6 Mon Sep 17 00:00:00 2001 From: mlmhl Date: Mon, 6 Apr 2020 16:55:55 +0800 Subject: [PATCH] CHANGELOG: update from #11743 --- CHANGELOG-3.5.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index 3e55810a6..c2e08e193 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -132,6 +132,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Fix `etcdctl member add` command to prevent potential timeout. ([PR#11194](https://github.com/etcd-io/etcd/pull/11194) and [PR#11638](https://github.com/etcd-io/etcd/pull/11638)) - Add [`etcdctl watch --progress-notify`](https://github.com/etcd-io/etcd/pull/11462) flag. - Add [`etcdctl auth status`](https://github.com/etcd-io/etcd/pull/11536) command to check if authentication is enabled +- Add [`etcdctl get --count-only`](https://github.com/etcd-io/etcd/pull/11743) flag for output type `fields`. ### gRPC gateway