diff --git a/.CurrentChangelog.md b/.CurrentChangelog.md index eb99237dbce6..edfed58592c2 100644 --- a/.CurrentChangelog.md +++ b/.CurrentChangelog.md @@ -42,7 +42,7 @@ Features: * Users can use the `--enable-gc` to enable the proposal in `wasmedge` and `wasmedgec` tools. * Component Model proposal (experimental, loader phase only). * Added the `WasmEdge_Proposal_Component` for the configuration in WasmEdge C API. - * Users can use the `--enable-function-reference` to enable the proposal in `wasmedge` tool. + * Users can use the `--enable-component` to enable the proposal in `wasmedge` tool. * [JIT]: Support LLVM JIT. * [C API]: New C API for supporting the new proposals. * `WasmEdge_ValType` related APIs can help developers to generate or compare value types. diff --git a/Changelog.md b/Changelog.md index 9877d706e92c..301a274a4363 100644 --- a/Changelog.md +++ b/Changelog.md @@ -42,7 +42,7 @@ Features: * Users can use the `--enable-gc` to enable the proposal in `wasmedge` and `wasmedgec` tools. * Component Model proposal (experimental, loader phase only). * Added the `WasmEdge_Proposal_Component` for the configuration in WasmEdge C API. - * Users can use the `--enable-function-reference` to enable the proposal in `wasmedge` tool. + * Users can use the `--enable-component` to enable the proposal in `wasmedge` tool. * [JIT]: Support LLVM JIT. * [C API]: New C API for supporting the new proposals. * `WasmEdge_ValType` related APIs can help developers to generate or compare value types.