diff options
| author | ruki <[email protected]> | 2024-09-12 23:18:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-09-12 23:18:31 +0800 |
| commit | decc680dfd4f703b072664433e177673c027c903 (patch) | |
| tree | b2131f15082aa77189ee4292fe25c0583113b0a2 | |
| parent | cb905957b80e9cfd8fbdd2bced9a1e7331041a87 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ec0be6979..48ba1f7b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ * [#5507](https://github.com/xmake-io/xmake/issues/5507): Use treeless to improve git.clone * [#5536](https://github.com/xmake-io/xmake/pull/5536): Add jar generate in swig mode * [#5573](https://github.com/xmake-io/xmake/issues/5573): Improve vsxmake generator performance +* [#5601](https://github.com/xmake-io/xmake/issues/5601): Improve utils.symbols.export_all rule to filter sourcefile path ### Bugs fixed @@ -1885,6 +1886,7 @@ * [#5507](https://github.com/xmake-io/xmake/issues/5507): 改进 git clone 下载速度 * [#5536](https://github.com/xmake-io/xmake/pull/5536): 在 swig 模式中添加 jar 生成支持 * [#5573](https://github.com/xmake-io/xmake/issues/5573): 改进 vsxmake generator 性能 +* [#5601](https://github.com/xmake-io/xmake/issues/5601): 改进 utils.symbols.export_all 规则去过滤源文件路径 ### Bugs 修复 |
