diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b8b1aff..d0ed39da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ - Early Dart signals are now stored in the tokio channel instead of being ignored. Their performance is also slightly better. - Excessive sample code is not included in the template from the `rinf template` command anymore. - Now `tokio` is enabled by default in the template, not `tokio_with_wasm`. -- A configuration option, `rinf.messages.rust_serde`, was added to make generated Rust message files compatible with `serde`. Thanks @NeoVance! +- A configuration option, `rinf.message.rust_serde`, was added to make generated Rust message files compatible with `serde`. Thanks @NeoVance! ## 6.9.2 diff --git a/flutter_ffi_plugin/CHANGELOG.md b/flutter_ffi_plugin/CHANGELOG.md index 68a6333e..4af55745 100644 --- a/flutter_ffi_plugin/CHANGELOG.md +++ b/flutter_ffi_plugin/CHANGELOG.md @@ -3,7 +3,7 @@ - Early Dart signals are now stored in the tokio channel instead of being ignored. Their performance is also slightly better. - Excessive sample code is not included in the template from the `rinf template` command anymore. - Now `tokio` is enabled by default in the template, not `tokio_with_wasm`. -- A configuration option, `rinf.messages.rust_serde`, was added to make generated Rust message files compatible with `serde`. Thanks @NeoVance! +- A configuration option, `rinf.message.rust_serde`, was added to make generated Rust message files compatible with `serde`. Thanks @NeoVance! ## 6.9.2