diff --git a/.changelog/unreleased/improvements/1378-expose-rpc-client-builders.md b/.changelog/unreleased/improvements/1378-expose-rpc-client-builders.md new file mode 100644 index 000000000..335c19289 --- /dev/null +++ b/.changelog/unreleased/improvements/1378-expose-rpc-client-builders.md @@ -0,0 +1,3 @@ +- `[tendermint-rpc]` Export the `http`, `websocket` + modules under `client`, each with the public `Builder` type + ([\#1378](https://github.com/informalsystems/tendermint-rs/pull/1378)).