Add CHANGELOG entry

This commit is contained in:
Simon Warta 2025-06-12 14:39:51 +02:00
parent 6c3c873635
commit 250198e794
No known key found for this signature in database

View File

@ -6,8 +6,14 @@ and this project adheres to
## [Unreleased]
- Replaxe axios with cross-fetch ([#1645])
### Changed
- Replaxe axios with cross-fetch ([#1645])
- Fix block events in CometBFT 0.38 API (`begin_block_events`/`end_block_events`
-> `finalize_block_events`) in `RpcBlockResultsResponse` and
`BlockResultsResponse` ([#1612])
[#1612]: https://github.com/cosmos/cosmjs/pull/1612
[#1645]: https://github.com/cosmos/cosmjs/pull/1645
## [0.33.1] - 2025-03-12