From c41f3ef6bf4cc527e652b0dcffa0c16e2fe607c9 Mon Sep 17 00:00:00 2001 From: Gjermund Garaba Date: Thu, 19 Dec 2024 20:13:10 +0100 Subject: [PATCH] chore: added changelog entry for vesting account balance transfer (#7755) --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf059d539a5..83678bdf5a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -65,6 +65,8 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Features +* (apps/transfer) [\#7650](https://github.com/cosmos/ibc-go/pull/7650) Add support for transfer of entire balance for vesting accounts + ### Bug Fixes * (apps/27-interchain-accounts) [\#7277](https://github.com/cosmos/ibc-go/pull/7277) Use `GogoResolver` when populating module query safe allow list to avoid panics from unresolvable protobuf dependencies.