changelog

This commit is contained in:
Ethan Buchman 2019-03-30 15:34:42 -04:00
parent 5f469c692d
commit b05cf7f3c7
No known key found for this signature in database
GPG Key ID: DBB0B3EC64A4BDAA

View File

@ -1,6 +1,9 @@
## v0.32.0 ## v0.31.2
** *March 30th, 2019*
This release fixes a regression from v0.31.1 where Tendermint panics under
mempool load for external ABCI apps.
### BREAKING CHANGES: ### BREAKING CHANGES:
@ -19,6 +22,8 @@
### IMPROVEMENTS: ### IMPROVEMENTS:
- [CircleCI] \#3497 Move release management to CircleCI - [circle] \#3497 Move release management to CircleCI
### BUG FIXES: ### BUG FIXES:
- [mempool] \#3512 Fix panic from concurrent access to txsMap, a regression for external ABCI apps introduced in v0.31.1