From 2971b46d77599697e69482652f0a571c224e1104 Mon Sep 17 00:00:00 2001 From: Allen Zhong Date: Tue, 10 May 2022 14:16:34 +0800 Subject: [PATCH] adjust changelog (#1875) --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f93a704ab..9115c94aab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ TiUP Changelog ## [1.9.5] 2022-05-10 -### Fix +### Fixes +- Fix `prune` incorrectly destroy pump/drainer node before they become `Tombstone` in `tiup-cluster` ([#1851](https://github.com/pingcap/tiup/pull/1851), [@srstack](https://github.com/srstack)) - Report error when multiple pump nodes with the same `ip:port` found in `tiup-cluster` ([#1856](https://github.com/pingcap/tiup/pull/1856), [@srstack](https://github.com/srstack)) +- Get node status of pump/drainer from PD in `tiup-cluster` ([#1862](https://github.com/pingcap/tiup/pull/1862), [@srstack](https://github.com/srstack)) ### Improvements