diff --git a/CHANGELOG-3.2.md b/CHANGELOG-3.2.md index aff15c5ae1f..65030ee66dd 100644 --- a/CHANGELOG-3.2.md +++ b/CHANGELOG-3.2.md @@ -13,6 +13,7 @@ See [code changes](https://github.com/coreos/etcd/compare/v3.2.24...v3.2.25) and - Improve ["became inactive" warning log](https://github.com/etcd-io/etcd/pull/10024), which indicates message send to a peer failed. - Improve [read index wait timeout warning log](https://github.com/etcd-io/etcd/pull/10026), which indicates that local node might have slow network. - Add [gRPC interceptor for debugging logs](https://github.com/etcd-io/etcd/pull/9990); enable `etcd --debug` flag to see per-request debug information. +- Add [consistency check in snapshot status](https://github.com/etcd-io/etcd/pull/10109). If consistency check on snapshot file fails, `snapshot status` returns error. ### Metrics, Monitoring