update changelog

This commit is contained in:
Anton Kaliaev
2018-08-02 16:48:12 +04:00
parent 8ed99c2c13
commit b82138b002

View File

@ -26,3 +26,4 @@ BUG FIXES:
- [common] Safely handle cases where atomic write files already exist [#2109](https://github.com/tendermint/tendermint/issues/2109) - [common] Safely handle cases where atomic write files already exist [#2109](https://github.com/tendermint/tendermint/issues/2109)
- [privval] fix a deadline for accepting new connections in socket private - [privval] fix a deadline for accepting new connections in socket private
validator. validator.
- [node] Fully exit when CTRL-C is pressed even if consensus state panics [#2072]