From 46cdef2756d514bd51a5d3b6e8edb2750977ff3c Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 30 Mar 2021 11:08:17 +0200 Subject: [PATCH] Update CHANGELOG for SigningCosmWasmClient.offline --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d2a90c222..5ee56bfa4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,8 @@ and this project adheres to - @cosmjs/stargate: `SigningStargateClient` constructor is now `protected`. - @cosmjs/cosmwasm-stargate: `SigningCosmWasmClient` constructor is now `protected`. +- @cosmjs/cosmwasm-stargate: Add `SigningCosmWasmClient.offline` static method + for constructing offline clients without a Tendermint client. ### Changed