From 76c06082da0c75967c5c19841ba8a06beefc5e45 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 6 Mar 2024 23:09:02 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a867c179d3..89bd3e8f751 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 ### 改进