Update changelog

This commit is contained in:
Christopher Goes 2018-04-25 16:19:21 +02:00
parent 56ac948dc6
commit 228bc4add9
No known key found for this signature in database
GPG Key ID: E828D98232D328D3
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ FEATURES:
BREAKING CHANGES
* Remove go-wire, use go-amino
* Move module REST/CLI packages to x/[module]/client/rest and x/[module]/client/cli
* Gaia simple-staking bond and unbond functions replaced
* [stake] Delegator bonds now store the height at which they were updated
* [store] Add `SubspaceIterator` and `ReverseSubspaceIterator` to `KVStore` interface