diff options
| author | ruki <[email protected]> | 2023-12-12 23:24:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-12 23:24:17 +0800 |
| commit | deabe0039f777290d280da7c7259c8a2c86f7c55 (patch) | |
| tree | e1f32634c82cab2a3cd3c0b27c6754feb0b7fff4 | |
| parent | ba0ce32c4aa16fee4fb78e52ca172a1ade421c8e (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 899d11cad..06291109c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ * [#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 +### Changes + +* [#4484](https://github.com/xmake-io/xmake/pull/4484): Improve swig rule + ### Bugs fixed * [#4372](https://github.com/xmake-io/xmake/issues/4372): Fix protobuf rules @@ -1699,6 +1703,10 @@ * [#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 支持 +### Changes + +* [#4484](https://github.com/xmake-io/xmake/pull/4484): 改进 swig 规则 + ### Bugs 修复 * [#4372](https://github.com/xmake-io/xmake/issues/4372): 修复 protobuf 规则 |
