summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-09-06 23:45:53 +0800
committerruki <[email protected]>2024-09-06 23:45:53 +0800
commit3038f3efca0d3ce1920d0711d2119b32f1951ef1 (patch)
tree9018b01c7d5d85639f5ae1a48af57930d4bb1381
parentc4249906946dcef8c8ada216b90c4ead28e56e3a (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a1a595a78..9bc8e3363 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,6 +11,7 @@
### Changes
* [#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
### Bugs fixed
@@ -1878,6 +1879,7 @@
### 改进
* [#5507](https://github.com/xmake-io/xmake/issues/5507): 改进 git clone 下载速度
+* [#5536](https://github.com/xmake-io/xmake/pull/5536): 在 swig 模式中添加 jar 生成支持
### Bugs 修复