diff options
| author | ruki <[email protected]> | 2024-03-06 23:09:02 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-06 23:09:02 +0800 |
| commit | 76c06082da0c75967c5c19841ba8a06beefc5e45 (patch) | |
| tree | 49a752c0476cd061060d071e1631d0a78a41f5c6 | |
| parent | b3b3bf69d648ed2aed3725b91872a1165e3601e7 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a867c179..89bd3e8f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ ## master (unreleased) +### Changes + +* [#4798](https://github.com/xmake-io/xmake/issues/4798): Improve wasi sdk detect +* [#4772](https://github.com/xmake-io/xmake/issues/4772): Improve tools.cmake to support vs2022 preview (v144) + +### Bugs Fixed + +* Fix select_script match pattern + ## v2.8.8 ### Changes @@ -1744,6 +1753,15 @@ ## master (开发中) +### 改进 + +* [#4798](https://github.com/xmake-io/xmake/issues/4798): 改进 wasi sdk 检测 +* [#4772](https://github.com/xmake-io/xmake/issues/4772): 改进 tools.cmake 去兼容支持 vs2022 preview (v144) + +### Bugs 修复 + +* 修复 select_script 的脚本模式匹配 + ## v2.8.8 ### 改进 |
