Skip to content

Commit 98aad68

Browse files
authored
Update CHANGELOG.md (#1918)
1 parent 0f280ae commit 98aad68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ and this project adheres to
8383
`ValidatorsParams`, `ValidatorsRequest`, `ValidatorsResponse`, `Version`,
8484
`Vote`, `VoteType` which all came from `tendermint34`.
8585

86-
If you needs any of those you can import them from a version specific module,
86+
If you need any of those you can import them from a version specific module,
8787
such as `comet1.Version` or
8888

8989
```ts
@@ -95,7 +95,7 @@ and this project adheres to
9595
in case you want to support multiple versions. ([#1866])
9696

9797
- @cosmjs/crypto: Make
98-
`Secp256k1.verifySignature`/`.createSignature`/`.makeKeypair` synchonous and
98+
`Secp256k1.verifySignature`/`.createSignature`/`.makeKeypair` synchronous and
9999
let them not return a Promise.
100100
- @cosmjs/cosmwasm-stargate: Rename package to @cosmjs/cosmwasm. ([#1903])
101101

@@ -187,13 +187,13 @@ and this project adheres to
187187

188188
### Fixed
189189

190-
- @cosmjs/crypto: Fix import path of @noble/hashes to avoid bunding issue
190+
- @cosmjs/crypto: Fix import path of @noble/hashes to avoid bundling issue
191191

192192
> Error \[ERR_PACKAGE_PATH_NOT_EXPORTED\]: Package subpath './sha2.js' is not
193193
> defined by "exports" in …
194194
195195
In @noble/hashes version >=1.0.0 <1.8.0 the import paths must not contain the
196-
.js suffix. This issue was intoduced in CosmJS 0.35.0 but only affects users
196+
.js suffix. This issue was introduced in CosmJS 0.35.0 but only affects users
197197
who have @noble/hashes lower than 1.8.0 in their lockfile. ([#1817])
198198

199199
[#1817]: https://github.com/cosmos/cosmjs/pull/1817
@@ -747,7 +747,7 @@ and this project adheres to
747747
- @cosmjs/tendermint-rpc: Add `HttpBatchClient`, which implements `RpcClient`,
748748
supporting batch RPC requests ([#1300]).
749749
- @cosmjs/encoding: Add `lossy` parameter to `fromUtf8` allowing the use of a
750-
replacement charater instead of throwing.
750+
replacement character instead of throwing.
751751
- @cosmjs/stargate: Add structured `Events`s to `IndexTx.events` and
752752
`DeliverTxResponse.events`.
753753
- @cosmjs/cosmwasm-stargate: Add structured `Events`s field to

0 commit comments

Comments
 (0)