summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-11-20 23:34:03 +0800
committerruki <[email protected]>2024-11-20 23:34:03 +0800
commit7d19010f081a90e88f62456ded3f6736045b3435 (patch)
tree4f36b2cde01a7cf338ae6fa602b4b307ece7da3f
parentcefc6b3f0f70508da1f7a64d7d2ad64e45be036c (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 27d007163..385f52716 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* [#5813](https://github.com/xmake-io/xmake/pull/5813): Add `before_config` and `after_config` for rule
+* [#5848](https://github.com/xmake-io/xmake/issues/5848): Support custom MSVC build tools, e.g. PortableBuildTools and msvc-wine
### Changes
@@ -1908,6 +1909,7 @@
### 新特性
* [#5813](https://github.com/xmake-io/xmake/pull/5813): 为 rule 添加 `before_config` 和 `after_config`
+* [#5848](https://github.com/xmake-io/xmake/issues/5848): 支持自定义 MSVC 构建工具, PortableBuildTools 和 msvc-wine
### 改进