Add CHANGELOG entry for Amino JSON escaping of &, < and >

This commit is contained in:
Simon Warta 2023-03-09 18:19:22 +01:00
parent 2c4e9178f9
commit 37944e8f45

View File

@ -6,6 +6,14 @@ and this project adheres to
## [Unreleased]
### Fixed
- @cosmjs/amino: Fix escaping of "&", "<" and ">" characters in Amino JSON
encoding to match the Go implementation ([#1373], [#1388]).
[#1373]: https://github.com/cosmos/cosmjs/pull/1373
[#1388]: https://github.com/cosmos/cosmjs/pull/1388
## [0.30.0] - 2023-03-09
### Changed