Add CHANGELOG entries for 3.4 and 3.5 go version 1.19.

Signed-off-by: James Blair <mail@jamesblair.net>
This commit is contained in:
James Blair 2023-03-04 08:47:56 +13:00
parent 85bd9d7719
commit 8c18bf8bc4
No known key found for this signature in database
2 changed files with 12 additions and 0 deletions

View File

@ -4,6 +4,14 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
<hr>
## v3.4.25 (TBD)
### Go
- Require [Go 1.19+](https://github.com/etcd-io/etcd/pull/15333).
- Compile with [Go 1.19+](https://go.dev/doc/devel/release#go1.19)
<hr>
## v3.4.24 (2023-02-16)
### etcd server

View File

@ -21,6 +21,10 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
### Other
- [Remove nsswitch.conf from docker image](https://github.com/etcd-io/etcd/pull/15161)
### Go
- Require [Go 1.19+](https://github.com/etcd-io/etcd/pull/15337).
- Compile with [Go 1.19+](https://go.dev/doc/devel/release#go1.19)
<hr>
## v3.5.7 (2023-01-20)