From 714ba931e5573f3c3112744028b540e38f7044ad Mon Sep 17 00:00:00 2001 From: Chris Hoffman <99742+chrishoffman@users.noreply.github.com> Date: Fri, 25 Oct 2019 09:50:17 -0400 Subject: [PATCH] changelog++ --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b5e59ea45..14a132f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -70,6 +70,8 @@ IMPROVEMENTS: specifying the ARM endpoint [GH-7567] * storage/cassandra: Improve storage efficiency by eliminating unnecessary copies of value data [GH-7199] + * storage/raft: Improve raft write performance by utilizing FSM Batching [GH-7527] + * storage/raft: Add support for non-voter nodes [GH-7634] * sys: Add a new `sys/host-info` endpoint for querying information about the host [GH-7330] * sys: Add a new set of endpoints under `sys/pprof/` that allows profiling