From 3e9ecd819725599c3094f108b1c7c528bd3cf8da Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Fri, 29 Oct 2021 09:57:23 -0700 Subject: [PATCH] Prepare changelog for v0.35.0-rc4. (#7181) --- CHANGELOG.md | 17 ++++++++++++++++- CHANGELOG_PENDING.md | 4 ---- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94333b0e1..61d87f605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,28 @@ 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) +- [config] \#7174 expose ability to write config to arbitrary paths. (@tychoish) + +### 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 d58d35e47..56efd763b 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).