update changelog [ci skip]

This commit is contained in:
Anton Kaliaev 2017-12-28 18:27:36 -06:00
parent 28fc15028a
commit 37f86f9518
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,13 @@ 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.16.0 (TBD)
BREAKING CHANGES:
- rpc: `/unsafe_dial_seeds` renamed to `/unsafe_dial_manual_peers`
- [p2p] old `seeds` is now `manual_peers` (persistent peers to which TM will always connect to)
- [p2p] now `seeds` only used for getting addresses (if addrbook is empty; not persistent)
## 0.15.0 (December 29, 2017)
BREAKING CHANGES: