updated Changelog

This commit is contained in:
Sunny Aggarwal 2018-04-22 23:40:43 -07:00
parent 016a1c8ec9
commit b7c6713c5c
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ BREAKING CHANGES
* Many changes to names throughout
* Type as a prefix naming convention applied (ex. BondMsg -> MsgBond)
* Removed redundancy in names (ex. stake.StakeKeeper -> stake.Keeper)
* Removed SealedAccountMapper
BUG FIXES
* Gaia now uses stake, ported from github.com/cosmos/gaia