Master back into develop v0.29.1 #3219

Merge master back to develop
This commit is contained in:
Jack Zampolin 2019-01-03 10:47:52 -08:00 committed by GitHub
commit 8088450873
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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