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