summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-12-17 22:29:41 +0800
committerruki <[email protected]>2023-12-17 22:29:41 +0800
commit5523c6d1050dfe74cae49fcf45fd5eb9142a8b56 (patch)
tree13e7d9c733736c06b73bdf8032dfe631dda3509b
parentbf905b6fc04afaea0377d0223e745d7793b5d93b (diff)
update changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06291109c..76633869c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,10 +7,12 @@
* Add `network.mode` policy
* [#1433](https://github.com/xmake-io/xmake/issues/1433): Add `xmake pack` command to generate NSIS/zip/tar.gz/runself packages like cmake/cpack
* [#4435](https://github.com/xmake-io/xmake/issues/4435): Support batchsize for UnityBuild in Group Mode
+* Support NetBSD
### Changes
* [#4484](https://github.com/xmake-io/xmake/pull/4484): Improve swig rule
+* Improve Haiku support
### Bugs fixed
@@ -1702,10 +1704,12 @@
* 添加 `network.mode` 策略
* [#1433](https://github.com/xmake-io/xmake/issues/1433): 添加 `xmake pack` 命令去生成 NSIS/zip/tar.gz/runself 安装包
* [#4435](https://github.com/xmake-io/xmake/issues/4435): 为 UnityBuild 的组模式增加 batchsize 支持
+* 新增 NetBSD 支持
### Changes
* [#4484](https://github.com/xmake-io/xmake/pull/4484): 改进 swig 规则
+* 改进 Haiku 支持
### Bugs 修复