From a890007b970f2c91dc71278839264181a9e0b241 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Fri, 4 May 2018 12:17:30 -0700 Subject: [PATCH] CHANGELOG-3.4: remove blank line Signed-off-by: Gyuho Lee --- CHANGELOG-3.4.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index 63a1405c5..b7876aaa1 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -177,7 +177,6 @@ See [security doc](https://github.com/coreos/etcd/blob/master/Documentation/op-g - e.g. `--logger=zap --log-outputs=a.log` will log server operations in [JSON-encoded format](https://godoc.org/go.uber.org/zap#NewProductionEncoderConfig) and writes logs to the specified file `a.log`. - e.g. `--logger=zap --log-outputs=a.log,b.log,c.log,stdout` [writes server logs to multiple files `a.log`, `b.log` and `c.log` at the same time](https://github.com/coreos/etcd/pull/9579) and outputs to `stdout`, in [JSON-encoded format](https://godoc.org/go.uber.org/zap#NewProductionEncoderConfig). - e.g. `--logger=zap --log-outputs=/dev/null` will discard all server logs. - - Fix [`mvcc` "unsynced" watcher restore operation](https://github.com/coreos/etcd/pull/9281). - "unsynced" watcher is watcher that needs to be in sync with events that have happened. - That is, "unsynced" watcher is the slow watcher that was requested on old revision.