root: Update CHANGELOG for utils assertDefinedAndNotNull change

This commit is contained in:
willclarktech
2021-01-13 16:34:49 +00:00
parent 76a3f55350
commit dc9b8370b2
+8
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