Skip to content

Commit

Permalink
Fix changelog for v0.28.0 release (#1250)
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <[email protected]>

Signed-off-by: Thane Thomson <[email protected]>
  • Loading branch information
thanethomson authored Dec 14, 2022
1 parent 5c32f31 commit 560c852
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- `[tendermint-light-client-verifier]` Add `is_matching_chain_id`
method to the `VerificationPredicates` trait
([#1249](https://github.com/informalsystems/tendermint-rs/pull/1249))
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- `[tendermint-light-client-verifier]` Add a
`chain_id` field to the `TrustedBlockState` struct
([#1249](https://github.com/informalsystems/tendermint-rs/pull/1249))
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
- `[tendermint-light-client]` Fix an issue where the light client was not
checking that the chain ID of the trusted and untrusted headers match
([#1249](https://github.com/informalsystems/tendermint-rs/pull/1249))
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@ this version immediately.

### BREAKING

- `[tendermint-light-client-verifier]` Add a
`chain_id` field to the `TrustedBlockState` struct
([#1249](https://github.com/informalsystems/tendermint-rs/pull/1249))
- `[tendermint-light-client-verifier]` Add `is_matching_chain_id`
method to the `VerificationPredicates` trait
([#1249](https://github.com/informalsystems/tendermint-rs/pull/1249))
- `[tendermint-light-client-verifier]` Add a
`chain_id` field to the `TrustedBlockState` struct

### IMPROVEMENTS

Expand All @@ -28,7 +26,6 @@ this version immediately.

- `[tendermint-light-client]` Fix an issue where the light client was not
checking that the chain ID of the trusted and untrusted headers match
([#1249](https://github.com/informalsystems/tendermint-rs/pull/1249))

## v0.27.0

Expand Down

0 comments on commit 560c852

Please sign in to comment.