diff options
| author | ruki <[email protected]> | 2023-12-23 00:52:46 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-12-22 23:17:01 +0800 |
| commit | 4ed4bbfec2214fab390c9b1758f86e909bec3e05 (patch) | |
| tree | b21453851a5bed2eae85f0673d6138cb1b225bed | |
| parent | 535c4b06299759b370c3abebd76d18d712421987 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c30f984c3..f5b507bd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ ### New features * 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 +* [#1433](https://github.com/xmake-io/xmake/issues/1433): Add `xmake pack` command to generate NSIS/zip/tar.gz/rpm/srpm/runself packages like cmake/cpack * [#4435](https://github.com/xmake-io/xmake/issues/4435): Support batchsize for UnityBuild in Group Mode * [#4485](https://github.com/xmake-io/xmake/pull/4485): Support package.install_locally * Support NetBSD @@ -1703,7 +1703,7 @@ ### 新特性 * 添加 `network.mode` 策略 -* [#1433](https://github.com/xmake-io/xmake/issues/1433): 添加 `xmake pack` 命令去生成 NSIS/zip/tar.gz/runself 安装包 +* [#1433](https://github.com/xmake-io/xmake/issues/1433): 添加 `xmake pack` 命令去生成 NSIS/zip/tar.gz/rpm/srpm/runself 安装包 * [#4435](https://github.com/xmake-io/xmake/issues/4435): 为 UnityBuild 的组模式增加 batchsize 支持 * [#4485](https://github.com/xmake-io/xmake/pull/4485): 新增 package.install_locally 策略支持 * 新增 NetBSD 支持 |
