Skip to content

Commit

Permalink
Cleanup typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jacogr committed Aug 10, 2019
1 parent 9b23cc8 commit 00df244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

If you are upgrading form an older version, use the CHANGELOG hand-in-hand with the [migration guide](UPGRADING.md).

- **Breaking change** `Api.create` now only takes an options Object, so if you passed thr provider directly previously, you need to do `Api.create({ provider: ... })`
- **Breaking change** `Api.create(...)` and `new Api(...)` now only takes an options Object, so if you passed the provider directly previously, you need to swap the use to `Api.create({ provider: ... })`
- Support substrate v7 metadata
- The `Method.findFunction(callIndex)` (allowing decoding of raw data), is now available on `api.findCall(callIndex)`. To keep backwards compatibility, it is still available on `GenericCall.findMethod` but the `api.findCall` is recommended and suggested.
- Runtime types have been extended and moved to definitions instead of classes
Expand Down

0 comments on commit 00df244

Please sign in to comment.