diff --git a/CHANGELOG.md b/CHANGELOG.md index 536522779..b37dca1c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,13 @@ BREAKING CHANGES +* Gaia + * [\#3148](https://github.com/cosmos/cosmos-sdk/issues/3148) Fix `gaiad export` by adding a boolean to `NewGaiaApp` determining whether or not to load the latest version + * SDK * [\#3163](https://github.com/cosmos/cosmos-sdk/issues/3163) Withdraw commission on self bond removal + ## 0.28.1 BREAKING CHANGES diff --git a/PENDING.md b/PENDING.md index f70b51ac4..4d87301f0 100644 --- a/PENDING.md +++ b/PENDING.md @@ -47,8 +47,6 @@ BUG FIXES * Gaia - * \#3148 Fix `gaiad export` by adding a boolean to `NewGaiaApp` determining whether or not to load the latest version - * SDK * Tendermint