From 5b4afec3fc90336d039d97e45534a81f100e822f Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 26 Jan 2021 15:59:08 +0000 Subject: [PATCH] root: Update CHANGELOG for Launchpad exports --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e994f667d5..dceef247ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,9 @@ ### Added +- @cosmjs/launchpad: Export distribution module msg types + `MsgFundCommunityPool`, `MsgSetWithdrawAddress`, `MsgWithdrawDelegatorReward`, + `MsgWithdrawValidatorCommission` and type checker helper functions. - @cosmjs/utils: Added `assertDefinedAndNotNull`. ### Changed