update changelog [ci skip]

This commit is contained in:
Anton Kaliaev 2017-12-10 11:34:08 -06:00
parent 90cdffa067
commit d819d5d324
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 8 additions and 0 deletions

View File

@ -27,6 +27,14 @@ BUG FIXES:
- Graceful handling/recovery for apps that have non-determinism or fail to halt
- Graceful handling/recovery for violations of safety, or liveness
## 0.14.0 (TBD)
BREAKING CHANGES:
- rpc/client: changed Subscribe/Unsubscribe/UnsubscribeAll funcs signatures to be identical to event bus.
IMPROVEMENTS:
- rpc/client: can act as event bus subscriber (See https://github.com/tendermint/tendermint/issues/945).
## 0.13.0 (December 6, 2017)
BREAKING CHANGES: