Browse Source

changelog: note breaking change in the 0.33.6 release (#5077)

pull/5079/head
Tess Rinearson 4 years ago
committed by GitHub
parent
commit
43c44deae8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      CHANGELOG.md

+ 5
- 1
CHANGELOG.md View File

@ -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


Loading…
Cancel
Save