diff --git a/module/CHANGELOG-CN.md b/module/CHANGELOG-CN.md index 809b8aa..57cd5e0 100644 --- a/module/CHANGELOG-CN.md +++ b/module/CHANGELOG-CN.md @@ -6,7 +6,7 @@ ## 5.1.3 (2024/11/30) - 修复拥有 `hooks.ps1` 的补全命令的动态补全不生效的问题。 -- 当模块需要更新时,会尝试多种更新方式。 +- 当后续模块需要更新时,会尝试多种更新方式。 - 其他的优化和修复。 ## 5.1.2 (2024/11/27) diff --git a/module/CHANGELOG.json b/module/CHANGELOG.json index 922d2a2..f692bfb 100644 --- a/module/CHANGELOG.json +++ b/module/CHANGELOG.json @@ -4,14 +4,14 @@ "info": { "zh-CN": [ "更新(2024/11/30)\n", - "- 修复拥有 hooks 的补全命令的动态补全不生效的问题。\n", - "- 当模块需要更新时,会尝试多种更新方式。\n", + "- 修复拥有 hooks.ps1 的补全命令的动态补全不生效的问题。\n", + "- 当后续模块需要更新时,会尝试多种更新方式。\n", "- 其他的优化和修复。\n" ], "en-US": [ "Update(2024/11/30)\n", - "- Fix the issue of dynamic completion not taking effect for commands with hooks.\n", - "- When a module needs to be updated, it will try multiple update methods.\n", + "- Fix the issue of dynamic completion not taking effect for commands with hooks.ps1.\n", + "- When subsequent module needs to be updated, it will try multiple update methods.\n", "- Other optimizations and fixes.\n" ] } diff --git a/module/CHANGELOG.md b/module/CHANGELOG.md index 9efd5b0..104a1c7 100644 --- a/module/CHANGELOG.md +++ b/module/CHANGELOG.md @@ -6,7 +6,7 @@ ## 5.1.3 (2024/11/30) - Fix the issue of dynamic completion not taking effect for commands with `hooks.ps1`. -- When a module needs to be updated, it will try multiple update methods. +- When subsequent module needs to be updated, it will try multiple update methods. - Other optimizations and fixes. ## 5.1.2 (2024/11/27)