From c0e0f655afec8f1abad3c720536b3bc852fa1451 Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Wed, 22 May 2024 00:00:00 +0000 Subject: [PATCH] =?UTF-8?q?changelog:=20=F0=9F=93=9C=20add=20entry=20notin?= =?UTF-8?q?g=20`PredicateVerifier`=20changes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa2bb8ea..5227992b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## v0.37.0 + +### BREAKING CHANGES + +- `[tendermint-light-client-verifier]` restores the commit verification + interfaces of `PredicateVerifier` from `<= 0.35.0`. The performance + improvements made in the `0.36.0` release are still intact. + ([\#1423](https://github.com/informalsystems/tendermint-rs/pull/1423)) + ## v0.36.0 This release brings substantial performance improvements to the voting power computation within the light client, improves the handling of misformed blocks (eg. with empty `last_commit` on non-first block) when decoding them from Protobuf or RPC responses, and adds missing `serde` derives on some Protobuf definitions.