update changelog

This commit is contained in:
Jonathan Gimeno
2020-03-05 12:17:18 +01:00
parent 29abc244eb
commit 626cc1973d
+2
View File
@@ -62,6 +62,8 @@ and provided directly the IAVL store.
* (types) [\#5533](https://github.com/cosmos/cosmos-sdk/pull/5533) Refactored `AppModuleBasic` and `AppModuleGenesis`
to now accept a `codec.JSONMarshaler` for modular serialization of genesis state.
* (crypto/keys) [\#5735](https://github.com/cosmos/cosmos-sdk/pull/5735) Keyring's Update() function is now no-op.
* (x/mint) [\#5569](https://github.com/cosmos/cosmos-sdk/issues/5569) `AppModule` now requires SupplyKeeper in its constructor to create
module account on `InitGenesis`.
### Features