From 4ce3fc62e423b7338c99f4d762d633c4ddf3943e Mon Sep 17 00:00:00 2001 From: Pantani Date: Fri, 1 Mar 2024 18:29:58 -0300 Subject: [PATCH] fix changelog --- changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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