From 43c44deae869321376ebf3bf9f8ccf4fb72e6456 Mon Sep 17 00:00:00 2001 From: Tess Rinearson Date: Thu, 2 Jul 2020 16:50:05 +0200 Subject: [PATCH] changelog: note breaking change in the 0.33.6 release (#5077) --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b46b6e6fd..08ca81cb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,7 +58,11 @@ program](https://hackerone.com/tendermint). ### SECURITY: - [consensus] Do not allow signatures for a wrong block in commits (@ebuchman) -- [consensus] Verify all the signatures during block execution (@melekes) +- [consensus] Verify all the signatures during block execution (@melekes) + +**Please note that the fix for the False Witness issue renames the `VerifyCommitTrusting` +function to `VerifyCommitLightTrusting`. If you were relying on the light client, you may +need to update your code.** ## v0.33.5