From 860ef894f1cae254dead276ab9d6078455b10bf1 Mon Sep 17 00:00:00 2001 From: Neil Shen Date: Mon, 17 Dec 2018 14:23:54 +0800 Subject: [PATCH] Release v2.0.10 (#1384) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13743c5a1f5..93d8ee1962e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # PD Change Log +## v2.0.10 +### Bug Fixes +Fix the issue that RaftCluster cannot stop caused by deadlock [#1370](https://github.com/pingcap/pd/pull/1370) + ## v2.0.9 ### Bug Fixes * Fix the issue that the PD server gets stuck caused by etcd startup failure [#1267](https://github.com/pingcap/pd/pull/1267)