update changelog

This commit is contained in:
Ethan Buchman 2017-11-27 20:19:04 +00:00
parent e08885e3cd
commit e9094fbee3
1 changed files with 5 additions and 3 deletions

View File

@ -3,12 +3,14 @@
## 0.8.0 (TBD)
BREAKING CHANGES:
- [client] all {X}Sync methods now return an error
- [client] all XxxSync methods now return (ResponseXxx, error)
- [types] Application: all methods take RequestXxx and return (ResponseXxx, error),
except CheckTx/DeliverTx, which take `tx []byte`, and `Commit`, which takes nothing.
- [types] removed Result
- [client] all {X}Sync methods now return Response{X} as first return value
IMPROVEMENTS:
FEATURES:
- [types] added Tags field to ResponseDeliverTx
- [types] added Gas and Fee fields to ResponseCheckTx
## 0.7.1 (November 14, 2017)