From f068507908a96b653ae3c239a27ead915291339c Mon Sep 17 00:00:00 2001 From: ShuNing Date: Mon, 6 May 2019 05:10:32 -0500 Subject: [PATCH] update CHANGLOG for 2.1.9 (#1531) --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf82e119d4c..6769cbad3cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # PD Change Log +## v2.1.9 +- Support the GetOperator service [#1514](https://github.com/pingcap/pd/pull/1514) +- Improve leader election related logs [#1529](https://github.com/pingcap/pd/pull/1529) + ## v2.1.8 - Fix the issue that `regionScatterer` might generate an invalid `OperatorStep` [#1482](https://github.com/pingcap/pd/pull/1482) - Fix the issue that a hot store makes incorrect statistics of keys [#1487](https://github.com/pingcap/pd/pull/1487)