Skip to content

Commit 2c80fed

Browse files
committed
Merge branch 'facu/exp-mintfn2' of https://github.com/cosmos/cosmos-sdk into facu/exp-mintfn2
2 parents e5425a4 + ace7bca commit 2c80fed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x/mint/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Ref: https://keepachangelog.com/en/1.0.0/
3434

3535
### API Breaking Changes
3636

37-
* [#20363](https://github.com/cosmos/cosmos-sdk/pull/20363) Deprecated InflationCalculationFn in favor of MintFn, `keeper.DefaultMintFn` wrapper must be used in other to continue using it in `NewAppModule`. This is not breaking for depinject users, as both `MintFn` and `InflationCalculationFn` are accepted.
37+
* [#20363](https://github.com/cosmos/cosmos-sdk/pull/20363) Deprecated InflationCalculationFn in favor of MintFn, `keeper.DefaultMintFn` wrapper must be used in order to continue using it in `NewAppModule`. This is not breaking for depinject users, as both `MintFn` and `InflationCalculationFn` are accepted.
3838
* [#19367](https://github.com/cosmos/cosmos-sdk/pull/19398) `appmodule.Environment` is received on the Keeper to get access to different application services
3939

4040
### Bug Fixes

0 commit comments

Comments
 (0)