From 186d8b76af4308e982f0f0519398ca5777278e51 Mon Sep 17 00:00:00 2001 From: Loong <40141251+wangl-cc@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:27:39 +0100 Subject: [PATCH] chore(changelog): improve the description of a bug fix --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d49d5a0..90deacbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ ### Bug Fixes - Retry `remove_dir_all` 3 times in `ensure_clean` by [@wangl-cc](https://github.com/wangl-cc) in [#320](https://github.com/MaaAssistantArknights/maa-cli/pull/320) -- Unload core after getting version by [@wangl-cc](https://github.com/wangl-cc) in [#327](https://github.com/MaaAssistantArknights/maa-cli/pull/327) +- Create a owned copy of version string of MaaCore instead of a reference by [@wangl-cc](https://github.com/wangl-cc) in [#327](https://github.com/MaaAssistantArknights/maa-cli/pull/327) - Task name of reclamation algorithm by [@wangl-cc](https://github.com/wangl-cc) in [#336](https://github.com/MaaAssistantArknights/maa-cli/pull/336) ### Performance