Browse Source

update changelog [ci skip]

pull/729/head
Anton Kaliaev 7 years ago
parent
commit
4bd4d59af5
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 16 additions and 0 deletions
  1. +16
    -0
      CHANGELOG.md

+ 16
- 0
CHANGELOG.md View File

@ -28,6 +28,22 @@ 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.11.1 (October 10, 2017)
BREAKING CHANGES:
- p2p: removed IPRangeCount* functions
IMPROVEMENTS:
- blockchain/reactor: respondWithNoResponseMessage for missing height
BUG FIXES:
- rpc: fixed client WebSocket timeout
- rpc: client now resubscribes on reconnection
- types: fixed out of range error in VoteSet.addVote
DEPENDENCIES:
- tmlibs: https://github.com/tendermint/tmlibs/blob/master/CHANGELOG.md#032-october-2-2017
## 0.11.0 (September 22, 2017)
BREAKING:


Loading…
Cancel
Save