diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index de995339af8..b258de30c71 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -102,6 +102,8 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - [Refactor consistentindex](https://github.com/etcd-io/etcd/pull/11699). - [Add log when etcdserver failed to apply command](https://github.com/etcd-io/etcd/pull/11670). - Improve [count-only range performance](https://github.com/etcd-io/etcd/pull/11771). +- Remove [redundant storage restore operation to shorten the startup time](https://github.com/etcd-io/etcd/pull/11779). + - With 40 million key test data,it can shorten the startup time from 5 min to 2.5 min. ### Package `embed`