diff --git a/CHANGELOG.md b/CHANGELOG.md index 8653a1afd4..b25c3d87f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,8 @@ and this project adheres to include `gasUsed` and `gasWanted` properties. - @cosmjs/cosmwasm-stargate: `CosmWasmClient.broadcastTx` and `.getTx` results now include `gasUsed` and `gasWanted` properties. +- @cosmjs/proto-signing: Export `DecodeObject` and `TxBodyEncodeObject` + interfaces as well as `isTxBodyEncodeObject` helper function. ### Changed