From a02a90e70b319efa3abdff1ec41f804bb5d0bca1 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 08:01:13 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a276ae5a7..ab0434ec7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,8 +24,8 @@ and this project adheres to - cosmwasm-std: Add `migrate_with_info` call implementation for the extended `migrate` entrypoint function ([#2212]) - cosmwasm-vm: Export a new `migrate_with_info` function ([#2212]) -- cosmwasm-derive: Add support for migrate method with `migrate_info: MigrateInfo` - argument. ([#2212]) +- cosmwasm-derive: Add support for migrate method with + `migrate_info: MigrateInfo` argument. ([#2212]) [#2118]: https://github.com/CosmWasm/cosmwasm/pull/2118 [#2196]: https://github.com/CosmWasm/cosmwasm/pull/2196