From 5a331bfa1e68920a2e04aaccc18ed30ce8300ab3 Mon Sep 17 00:00:00 2001 From: TomShawn <41534398+TomShawn@users.noreply.github.com> Date: Fri, 30 Jul 2021 14:07:46 +0800 Subject: [PATCH] Apply suggestions from code review --- releases/release-5.1.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releases/release-5.1.1.md b/releases/release-5.1.1.md index 4b748e693b90..9bde0fd1acd1 100644 --- a/releases/release-5.1.1.md +++ b/releases/release-5.1.1.md @@ -8,7 +8,7 @@ Release Date: July 30, 2021 TiDB version: 5.1.1 -## Compatibility change +## Compatibility changes + TiDB @@ -145,7 +145,7 @@ TiDB version: 5.1.1 - Fix a bug that might cause data loss if a TiCDC node is killed immediately after a table migration [#2033](https://github.com/pingcap/ticdc/pull/2033) - Fix the handling logic of `changefeed update` on `--sort-dir` and `--start-ts` [#1921](https://github.com/pingcap/ticdc/pull/1921) - + Backup & Restore + + Backup & Restore (BR) - Fix the issue that the size of the data to restore is incorrectly calculated [#1270](https://github.com/pingcap/br/issues/1270) - Fix the issue of missed DDL events that occurs when restoring from cdclog [#870](https://github.com/pingcap/br/issues/870)