From a50e8319e6cf50c58b9a584b6a19856a821106fe Mon Sep 17 00:00:00 2001 From: Donghyun Kim Date: Thu, 23 May 2024 00:51:52 +0900 Subject: [PATCH] Fix a typo --- CHANGELOG.md | 2 +- flutter_ffi_plugin/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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