update 3.5 changelog to cover the PR of always printing raft_term in decimal when displaying member list in json

This commit is contained in:
ahrtr 2022-02-22 17:13:45 +08:00
parent 6af760131e
commit 6f03dc7416

View File

@ -13,8 +13,13 @@ The minimum recommended etcd versions to run in **production** are 3.3.18+, 3.4.
- Fix [Provide a better liveness probe for when etcd runs as a Kubernetes pod](https://github.com/etcd-io/etcd/pull/13706)
### package `client/pkg/v3`
- [Trim the suffix dot from the target](https://github.com/etcd-io/etcd/pull/13714) in SRV records returned by DNS lookup
### etcdctl v3
- [Always print the raft_term in decimal](https://github.com/etcd-io/etcd/pull/13727) when displaying member list in json.
<hr>
## [v3.5.2](https://github.com/etcd-io/etcd/releases/tag/v3.5.2) (2022-02-01)