From 617e0aaafb75dd7644db3f87b18d1b1e1e97fbf9 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Wed, 2 May 2018 13:28:22 -0700 Subject: [PATCH] CHANGELOG-3.4: move "Tooling" above Signed-off-by: Gyuho Lee --- CHANGELOG-3.4.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG-3.4.md b/CHANGELOG-3.4.md index dc6d38814..c27bc5b91 100644 --- a/CHANGELOG-3.4.md +++ b/CHANGELOG-3.4.md @@ -257,12 +257,12 @@ See [security doc](https://github.com/coreos/etcd/blob/master/Documentation/op-g - Again, etcd `Lease` is meant for short-periodic keepalives or sessions, in the range of seconds or minutes. Not for hours or days! - Enable etcd server [`raft.Config.CheckQuorum` when starting with `ForceNewCluster`](https://github.com/coreos/etcd/pull/9347). +### Tooling + +- Add [`etcd-dump-logs --entry-type`](https://github.com/coreos/etcd/pull/9628) flag to support WAL log filtering by entry type. + ### Go - Require *Go 1.10+*. - Compile with [*Go 1.10.2*](https://golang.org/doc/devel/release.html#go1.10). -### Tooling - -- Add [`etcd-dump-logs -entry-type`](https://github.com/coreos/etcd/pull/9628) flag to support WAL log filtering by entry type. -