From 323493b3ec9e0f684b8fc6626b03c7c3bdeb64a7 Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Thu, 28 Oct 2021 15:56:39 -0700 Subject: [PATCH] Prepare changelog for v0.35.0-rc4. --- CHANGELOG.md | 16 +++++++++++++++- CHANGELOG_PENDING.md | 4 ---- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94333b0e123d..dc38e1dab690 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,27 @@ Friendly reminder: We have a [bug bounty program](https://hackerone.com/cosmos). +## v0.35.0-rc4 + +October 29, 2001 + +### FEATURES + +- [cli] [#7033](https://github.com/tendermint/tendermint/pull/7033) Add a `rollback` command to rollback to the previous tendermint state in the event of an incorrect app hash. (@cmwaters) + +### BUG FIXES + +- [\#7106](https://github.com/tendermint/tendermint/pull/7106) Revert mutex change to ABCI Clients (@tychoish). +- [\#7142](https://github.com/tendermint/tendermint/pull/7142) mempool: remove panic when recheck-tx was not sent to ABCI application (@williambanfield). + + ## v0.35.0-rc3 October 6, 2021 ### FEATURES -- [mempool, rpc] \#7065 add removetx rpc method (backport of #7047) (@tychoish). +- [mempool, rpc] [\#7065](https://github.com/tendermint/tendermint/pull/7065) add removetx rpc method (backport of #7047) (@tychoish). ### BUG FIXES diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index d58d35e477e8..56efd763b36f 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -22,10 +22,6 @@ Special thanks to external contributors on this release: ### FEATURES -- [cli] [#7033](https://github.com/tendermint/tendermint/pull/7033) Add a `rollback` command to rollback to the previous tendermint state in the event of an incorrect app hash. (@cmwaters) - ### IMPROVEMENTS ### BUG FIXES - -- [\#7106](https://github.com/tendermint/tendermint/pull/7106) Revert mutex change to ABCI Clients (@tychoish).