Update CHANGELOG-3.5

Mention the 0a960a2 backported to 3.5 release in the changelog.

Signed-off-by: Ahmet Alp Balkan <ahmet@linkedin.com>
This commit is contained in:
Ahmet Alp Balkan 2024-07-03 11:00:53 -07:00
parent 0f24953852
commit c467a57838

View File

@ -9,6 +9,7 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
### etcd server
- Fix [add prometheus metric registration for metric `etcd_disk_wal_write_duration_seconds`](https://github.com/etcd-io/etcd/pull/18174).
- Add [Support multiple values for allowed client and peer TLS identities](https://github.com/etcd-io/etcd/pull/18160)
- Fix [noisy logs from simple auth token expiration by reducing log level to debug](https://github.com/etcd-io/etcd/pull/18245)
### Dependencies
- Compile binaries using [go 1.21.11](https://github.com/etcd-io/etcd/pull/18129).