root: Update CHANGELOG for utils assertDefinedAndNotNull change

This commit is contained in:
willclarktech 2021-01-13 16:20:20 +00:00
parent 76a3f55350
commit dc9b8370b2
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -49,6 +49,14 @@
- @cosmjs/tendermint-rpc: Remove types `BlockHash`, `TxBytes` and `TxHash`. Use
`Uint8Array` instead.
### Added
- @cosmjs/utils: Added `assertDefinedAndNotNull`.
### Removed
- @cosmjs/utils: `assertDefined` removed in favour of `assertDefinedAndNotNull`.
## 0.23.2 (2021-01-06)
### Security