diff options
| author | ruki <[email protected]> | 2024-03-21 23:35:33 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-21 23:35:33 +0800 |
| commit | 452d02b2733953d1f37a6a9347c7d805ebce3459 (patch) | |
| tree | 285cf673b0d48acc1a42109ddb05b67973877f3f | |
| parent | 5ad52d006f49e997f61fc1a342c0bdb5020b91ab (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e5091ac09..a1450080e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ * Fix select_script match pattern * [#4763](https://github.com/xmake-io/xmake/issues/4763): Fix {force = true} * [#4807](https://github.com/xmake-io/xmake/issues/4807): Fix nimble::find_package +* [#4857](https://github.com/xmake-io/xmake/issues/4857): Fix parse basic options ## v2.8.8 @@ -1781,6 +1782,7 @@ * 修复 select_script 的脚本模式匹配 * [#4763](https://github.com/xmake-io/xmake/issues/4763): 修复 {force = true} * [#4807](https://github.com/xmake-io/xmake/issues/4807): 修复 nimble::find_package +* [#4857](https://github.com/xmake-io/xmake/issues/4857): 修复对 -P/-F 等基础选项的解析 ## v2.8.8 |
