From 2e61bdc563bf8e470cd1cb5c82a0fee473c4647c Mon Sep 17 00:00:00 2001 From: Yi Wu Date: Thu, 20 Jun 2019 05:49:22 +0000 Subject: [PATCH] update changelog Signed-off-by: Yi Wu --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 507d4b56145..46d00f75926 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project are documented in this file. See also [TiDB Changelog](https://github.com/pingcap/tidb/blob/master/CHANGELOG.md) and [PD Changelog](https://github.com/pingcap/pd/blob/master/CHANGELOG.md). ## [Unreleased] ++ Engine + - Synchronize all files and directories for received snapshots [#4853](https://github.com/tikv/tikv/pull/4853) + Raftstore - Fix request latency jetter when transferring leader and conf changes. [4734](https://github.com/tikv/tikv/pull/4734)