From d5371e8d9e266f3a66b5a10fe17ccf5025db6cc6 Mon Sep 17 00:00:00 2001 From: King Date: Sat, 18 Jan 2025 17:53:06 +0100 Subject: [PATCH] Typo fix10-extern-ics23.md Signed-off-by: King --- .changelog/v0.31.0-alpha.1/breaking-changes/10-extern-ics23.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/v0.31.0-alpha.1/breaking-changes/10-extern-ics23.md b/.changelog/v0.31.0-alpha.1/breaking-changes/10-extern-ics23.md index ddedbaeb..aa473df4 100644 --- a/.changelog/v0.31.0-alpha.1/breaking-changes/10-extern-ics23.md +++ b/.changelog/v0.31.0-alpha.1/breaking-changes/10-extern-ics23.md @@ -1,6 +1,6 @@ - Re-export the `ics23.cosmos.v1` Protobuf definitions from the `ics23` crate instead of including them directly in this crate. The proto definitions are exported both under the `ibc_proto::cosmos::ics23::v1` module and under the `ibc_proto::ics23` module - in an attempt to preserve backward source compatiblity. + in an attempt to preserve backward source compatibility. 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