From d9cc92ea475b80ea22403fa762af4526a68ec9fa Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 16 Mar 2021 14:12:02 +0100 Subject: [PATCH] Update CHANGELOG for ibc codecs --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b539a727..9d0b4ef04a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,8 @@ and this project adheres to and `StargateClient`. Added `ModuleAccount` and vesting accounts `BaseVestingAccount`, `ContinuousVestingAccount`, `DelayedVestingAccount` and `PeriodicVestingAccount`. +- @cosmjs/stargate: Add codecs for IBC channel tx, client query/tx, and + connection tx. ### Changed