Update CHANGELOG for Node.js v10 removal

This commit is contained in:
willclarktech 2021-06-09 16:37:59 +02:00
parent 01aa9b52a0
commit 2c475d68b1
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -24,6 +24,7 @@ and this project adheres to
### Removed
- Node.js v10 is no longer supported. Please use v12 or later.
- @cosmjs/tendermint-rpc: `Client` has been removed. Please use
`Tendermint33Client` or `Tendermint34Client`, depending on your needs.