Browse Source

Prepare changelog for v0.35.0-rc4. (#7181)

pull/7206/head v0.35.0-rc4
M. J. Fromberger 3 years ago
committed by GitHub
parent
commit
3e9ecd8197
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 5 deletions
  1. +16
    -1
      CHANGELOG.md
  2. +0
    -4
      CHANGELOG_PENDING.md

+ 16
- 1
CHANGELOG.md View File

@ -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


+ 0
- 4
CHANGELOG_PENDING.md View File

@ -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).

Loading…
Cancel
Save