Skip to content

Commit 560c852

Browse files
authored
Fix changelog for v0.28.0 release (informalsystems#1250)
Signed-off-by: Thane Thomson <connect@thanethomson.com> Signed-off-by: Thane Thomson <connect@thanethomson.com>
1 parent 5c32f31 commit 560c852

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
- `[tendermint-light-client-verifier]` Add `is_matching_chain_id`
22
method to the `VerificationPredicates` trait
3-
([#1249](https://github.com/informalsystems/tendermint-rs/pull/1249))
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
- `[tendermint-light-client-verifier]` Add a
22
`chain_id` field to the `TrustedBlockState` struct
3-
([#1249](https://github.com/informalsystems/tendermint-rs/pull/1249))
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
- `[tendermint-light-client]` Fix an issue where the light client was not
22
checking that the chain ID of the trusted and untrusted headers match
3-
([#1249](https://github.com/informalsystems/tendermint-rs/pull/1249))

CHANGELOG.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ this version immediately.
1212

1313
### BREAKING
1414

15-
- `[tendermint-light-client-verifier]` Add a
16-
`chain_id` field to the `TrustedBlockState` struct
17-
([#1249](https://github.com/informalsystems/tendermint-rs/pull/1249))
1815
- `[tendermint-light-client-verifier]` Add `is_matching_chain_id`
1916
method to the `VerificationPredicates` trait
20-
([#1249](https://github.com/informalsystems/tendermint-rs/pull/1249))
17+
- `[tendermint-light-client-verifier]` Add a
18+
`chain_id` field to the `TrustedBlockState` struct
2119

2220
### IMPROVEMENTS
2321

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

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

3330
## v0.27.0
3431

0 commit comments

Comments
 (0)