diff --git a/changelog.md b/changelog.md index 36922eade2..12640c4e45 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,7 @@ - [#3977](https://github.com/ignite/cli/pull/3977) Add `chain lint` command to lint the chain's codebase using `golangci-lint` - [#3770](https://github.com/ignite/cli/pull/3770) Add `scaffold configs` and `scaffold params` commands - [#3985](https://github.com/ignite/cli/pull/3985) Make some `cmd` pkg functions public +- [#3718](https://github.com/ignite/cli/pull/3718) Add `gen-mig-diffs` tool app to compare scaffold output of two versions of ignite ### Changes @@ -33,7 +34,6 @@ - [#3835](https://github.com/ignite/cli/pull/3835) Add `--minimal` flag to `scaffold chain` to scaffold a chain with the least amount of sdk modules - [#3820](https://github.com/ignite/cli/pull/3820) Add integration tests for IBC chains - [#3956](https://github.com/ignite/cli/pull/3956) Prepare for wasm app -- [#3718](https://github.com/ignite/cli/pull/3718) Add `gen-mig-diffs` tool app to compare scaffold output of two versions of ignite ### Changes