From 7318ebafb37360ff5727f7f9988ec4d70e067ee1 Mon Sep 17 00:00:00 2001 From: srdtrk <59252793+srdtrk@users.noreply.github.com> Date: Sat, 27 Jan 2024 02:19:56 +0300 Subject: [PATCH] docs: improve CHANGELOG.md (#58) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d46aadd..85c42f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - `InstantiateMsg`'s `channel_open_init_options` field is now required. (https://github.com/srdtrk/cw-ica-controller/pull/53) - `CallbackCounter` is removed. (https://github.com/srdtrk/cw-ica-controller/pull/44) -- Relayers cannot open channels anymore. (https://github.com/srdtrk/cw-ica-controller/pull/53) +- Relayers cannot initiate opening channels anymore. (https://github.com/srdtrk/cw-ica-controller/pull/53) - Minimum compatible CosmWasm version is now `v1.3`. (https://github.com/srdtrk/cw-ica-controller/pull/46) - Improved the `instantiate2` helper function. (https://github.com/srdtrk/cw-ica-controller/pull/57)