changelog: add v0.32.13 release (#5204)

This commit is contained in:
Erik Grinaker
2020-08-05 12:07:51 +02:00
committed by GitHub
parent 310f802cd2
commit 958c4cdc6e

View File

@@ -611,6 +611,14 @@ subjectivity interface. Refer to the [spec](https://github.com/tendermint/spec/b
- [consensus/types] [\#4243](https://github.com/tendermint/tendermint/issues/4243) fix BenchmarkRoundStateDeepCopy panics (@cuonglm)
- [rpc] [\#4256](https://github.com/tendermint/tendermint/issues/4256) Pass `outCapacity` to `eventBus#Subscribe` when subscribing using a local client
## v0.32.13
*August 5, 2020*
### BUG FIXES
- [privval] [\#5112](https://github.com/tendermint/tendermint/issues/5112) If remote signer errors, don't retry (@melekes)
## v0.32.12
*May 19, 2020*
@@ -621,6 +629,8 @@ subjectivity interface. Refer to the [spec](https://github.com/tendermint/spec/b
## v0.32.11
*April 29, 2020*
### BUG FIXES:
- [privval] [\#4275](https://github.com/tendermint/tendermint/issues/4275) Fix consensus failure when remote signer drops (@melekes)