diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 9ebdad9f538..7da2bb38af9 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -37,6 +37,10 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Compile with [*Go 1.12.9*](https://golang.org/doc/devel/release.html#go1.12) including [*Go 1.12.8*](https://groups.google.com/d/msg/golang-announce/65QixT3tcmg/DrFiG6vvCwAJ) security fixes. +### Package `embed` + +- Add [`embed.Config.ZapLoggerBuilder`](https://github.com/etcd-io/etcd/pull/11148) to allow creating a custom zap logger. +
diff --git a/CHANGELOG-3.5.md b/CHANGELOG-3.5.md index a77536ffcae..e9f815e12e3 100644 --- a/CHANGELOG-3.5.md +++ b/CHANGELOG-3.5.md @@ -80,6 +80,7 @@ Note that any `etcd_debugging_*` metrics are experimental and subject to change. - Remove [`embed.Config.Debug`](https://github.com/etcd-io/etcd/pull/10947). - Use `embed.Config.LogLevel` instead. +- Add [`embed.Config.ZapLoggerBuilder`](https://github.com/etcd-io/etcd/pull/11147) to allow creating a custom zap logger. ### Package `clientv3`