Merge branch 'master' into cwgoes/merge-master

This commit is contained in:
Christopher Goes 2019-01-03 18:38:35 +01:00
commit ed37eafd08
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 0.29.1
BUG FIXES
* SDK
* [\#3207](https://github.com/cosmos/cosmos-sdk/issues/3207) - Fix token printing bug
## 0.29.0
BREAKING CHANGES

View File

@ -23,7 +23,6 @@ BREAKING CHANGES
* SDK
* [stake] \#2513 Validator power type from Dec -> Int
* [\#3064](https://github.com/cosmos/cosmos-sdk/issues/3064) Sanitize `sdk.Coin` denom. Coins denoms are now case insensitive, i.e. 100fooToken equals to 100FOOTOKEN.
* \#3207 - Fix token printing bug
* Tendermint