From 2a8433a06dc2137ab86d5bb1e4ffbe0e7337246f Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Tue, 12 Apr 2022 16:07:07 +0200 Subject: [PATCH] Add CHANGELOG entry for custom HTTP headers --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c278ae6b..2bc18d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,16 @@ and this project adheres to - @cosmjs/faucet: Docker build image is 90 % smaller now (from 500 MB to 50 MB) due to build system optimizations ([#1120], [#1121]). +- @cosmjs/cosmwasm-stargate: `CosmWasmClient.connect` and + `SigningCosmWasmClient.connectWithSigner` now accept custom HTTP headers + ([#1007]) +- @cosmjs/stargate: `StargateClient.connect` and + `SigningStargateClient.connectWithSigner` now accept custom HTTP headers + ([#1007]) +- @cosmjs/tendermint-rpc: `Tendermint34Client.connect` now accepts custom HTTP + headers ([#1007]). +[#1007]: https://github.com/cosmos/cosmjs/issues/1007 [#1110]: https://github.com/cosmos/cosmjs/issues/1110 [#1120]: https://github.com/cosmos/cosmjs/pull/1120 [#1121]: https://github.com/cosmos/cosmjs/pull/1121