Skip to content

Commit

Permalink
changelog: πŸ“œ add entry noting PredicateVerifier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cratelyn committed May 22, 2024
1 parent 6136a20 commit c0e0f65
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## v0.37.0

### BREAKING CHANGES

- `[tendermint-light-client-verifier]` restores the commit verification
interfaces of `PredicateVerifier<P, C, V>` 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.
Expand Down

0 comments on commit c0e0f65

Please sign in to comment.