changelog: add items for both 3.4 and 3.5 changelog to cover the case of removing memberid from corrupt alarm

Signed-off-by: Benjamin Wang <wachao@vmware.com>
dependabot/go_modules/go.uber.org/atomic-1.10.0
Benjamin Wang 2022-11-25 16:28:38 +08:00
parent f18ac02e0f
commit 8e3b87b61f
2 changed files with 10 additions and 0 deletions

View File

@ -9,6 +9,8 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
### Package `clientv3`
- Fix [Refreshing token on CommonName based authentication causes segmentation violation in client](https://github.com/etcd-io/etcd/pull/14792).
### etcd server
- Fix [Remove memberID from data corrupt alarm](https://github.com/etcd-io/etcd/pull/14853).
<hr>

View File

@ -2,6 +2,14 @@
Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.4.md).
<hr>
## v3.5.7 (TBD)
### etcd server
- Fix [Remove memberID from data corrupt alarm](https://github.com/etcd-io/etcd/pull/14852).
<hr>
## v3.5.6 (2022-11-21)