From 205720d454a79352b3fe20cc9f66f67a7bcb0b83 Mon Sep 17 00:00:00 2001 From: Mikhail Zabaluev Date: Tue, 7 Mar 2023 11:44:13 +0200 Subject: [PATCH] Fix changelog entry for #1280 --- .changelog/v0.30.0/improvements/1280-max-drift-error.md | 6 +++--- CHANGELOG.md | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.changelog/v0.30.0/improvements/1280-max-drift-error.md b/.changelog/v0.30.0/improvements/1280-max-drift-error.md index a00dd8c9c..a0b781261 100644 --- a/.changelog/v0.30.0/improvements/1280-max-drift-error.md +++ b/.changelog/v0.30.0/improvements/1280-max-drift-error.md @@ -1,3 +1,3 @@ -- [tendermint-light-client] Show `max_clock_drift` in error raised when header - is from the future ([\#1280](https://github.com/informalsystems/tendermint- - rs/issues/1280)) \ No newline at end of file +- [`tendermint-light-client`] Show `max_clock_drift` in error raised when header + is from the future + ([\#1280](https://github.com/informalsystems/tendermint-rs/issues/1280)) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55cbc2ccb..5097f62af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,7 +55,8 @@ should be able to interoperate with CometBFT nodes based on 0.34.x and - [`tendermint`] Derive `Hash` on `tendermint::Time` ([#1278](https://github.com/informalsystems/tendermint-rs/issues/1278)) - [`tendermint-light-client`] Show `max_clock_drift` in error raised when header - is from the future ([\#1280](https://github.com/informalsystems/tendermint-rs/issues/1280)) + is from the future + ([\#1280](https://github.com/informalsystems/tendermint-rs/issues/1280)) ## v0.29.1