Skip to content

Commit

Permalink
Fix typos in changelog (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
romac authored May 1, 2023
1 parent c295b48 commit a60a95f
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 @@ -11,7 +11,7 @@ The latter will removed in a subsequent release.

This is nonetheless a breaking change as it may break compilation or trigger warnings in code which relied on these definitions being different than the ones in `ics23`.

Moreover, because the code generated by `pbjson-build` is not `no_std` compatible, the serde annotations on the generated protos are only enabled when the `std` feature of `ibc>
Moreover, because the code generated by `pbjson-build` is not `no_std` compatible, the serde annotations on the generated protos are only enabled when the `std` feature of `ibc-proto` is enabled.

> **Warning**
> Do no update this alpha release if you are depending on JSON serialization being available in `no_std` context.
Expand Down

0 comments on commit a60a95f

Please sign in to comment.