Update changelog for v0.35.0-rc3. (#7074)

This commit is contained in:
M. J. Fromberger
2021-10-06 11:19:26 -07:00
committed by GitHub
parent bff85fc07b
commit 98bc4f0e2b
2 changed files with 13 additions and 2 deletions

View File

@@ -2,6 +2,19 @@
Friendly reminder: We have a [bug bounty program](https://hackerone.com/cosmos).
## v0.35.0-rc3
October 6, 2021
### FEATURES
- [mempool, rpc] \#7065 add removetx rpc method (backport of #7047) (@tychoish).
### BUG FIXES
- [consensus]: [\#7060](https://github.com/tendermint/tendermint/pull/7060)
wait until peerUpdates channel is closed to close remaining peers (@williambanfield)
## v0.35.0-rc2
September 27, 2021

View File

@@ -22,8 +22,6 @@ Special thanks to external contributors on this release:
### FEATURES
- [mempool, rpc] \#7041 Add removeTx operation to the RPC layer. (@tychoish)
### IMPROVEMENTS
### BUG FIXES