Browse Source

Merge pull request #11149 from spzala/embedzaplogger

CHANGELOG: update 3.4.1 and 3.5
Gyuho Lee 6 years ago
parent
commit
4de594a3fe
2 changed files with 5 additions and 0 deletions
  1. 4 0
      CHANGELOG-3.4.md
  2. 1 0
      CHANGELOG-3.5.md

+ 4 - 0
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.
+
 
 <hr>
 

+ 1 - 0
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`