summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-04-07 23:30:07 +0800
committerruki <[email protected]>2025-04-07 23:30:07 +0800
commita5cf700f8d01fea3b9e19523a024698cb35cb9d5 (patch)
treef283a318ae8af053a7123f9a58f53287e50e1e55
parent0d0e484cfe2d2c325593555642d6482eff334cbc (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 740025a55..85342fddb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
* [#6137](https://github.com/xmake-io/xmake/issues/6137): IDE integration
* [#6138](https://github.com/xmake-io/xmake/issues/6138): Use libxmake to build binary with xmake lua apis
* [#6154](https://github.com/xmake-io/xmake/issues/6154): Add kotlin language and kotlin-native compiler and packages support
+* [#6279](https://github.com/xmake-io/xmake/pull/6279): Add msvc midl support
### Changes
@@ -1962,6 +1963,7 @@
* [#6137](https://github.com/xmake-io/xmake/issues/6137): IDE 整合
* [#6138](https://github.com/xmake-io/xmake/issues/6138): 使用 libxmake/xmake APIs 去构建二进制
* [#6154](https://github.com/xmake-io/xmake/issues/6154): 添加 kotlin native 构建支持和包依赖集成支持
+* [#6279](https://github.com/xmake-io/xmake/pull/6279): 添加 msvc midl 支持
### 改进