summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-04-10 23:00:26 +0800
committerruki <[email protected]>2023-04-10 23:00:26 +0800
commitb4dd67800fe1efa0107875011ac9d6f9d864fd87 (patch)
tree3bf565c9f8452b03963abff4c9e24969265c8f25
parent83b7bcc4c2030cacba953ea0729117d015dec5e4 (diff)
update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9b1f4461..5a6f98930 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## master (unreleased)
+### New features
+
+* [#3613](https://github.com/xmake-io/xmake/issues/3613): Add `wasm.preloadfiles` configuration for wasm
+
### Bugs fixed
* [#3596](https://github.com/xmake-io/xmake/issues/3596): Fix check_cxxfuncs and check_cxxsnippets
@@ -1562,6 +1566,10 @@
## master (开发中)
+### 新特性
+
+* [#3613](https://github.com/xmake-io/xmake/issues/3613): 添加 `wasm.preloadfiles` 扩展配置
+
### Bugs 修复
* [#3596](https://github.com/xmake-io/xmake/issues/3596): 修复 check_cxxfuncs 和 check_cxxsnippets