diff --git a/CHANGELOG.md b/CHANGELOG.md index 06291109c6..76633869cb 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 修复