Add changelog for 3.4.30 to cover the nil pointer log panicking issue

Signed-off-by: Benjamin Wang <benjamin.ahrtr@gmail.com>
This commit is contained in:
Benjamin Wang 2024-01-18 10:27:09 +00:00
parent 8fb4c41251
commit 82937fbdc0

View File

@ -2,8 +2,13 @@
Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/etcd/blob/main/CHANGELOG/CHANGELOG-3.3.md).
<hr>
## v3.4.30 (tbd)
### etcd server
- Fix [nil pointer panicking due to using the wrong log library](https://github.com/etcd-io/etcd/pull/17270)
<hr>
## v3.4.29 (2024-01-09)