diff options
| author | ruki <[email protected]> | 2023-11-27 23:39:07 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-11-27 23:39:07 +0800 |
| commit | b1a69af220a489014cde717e192c2079414ded8e (patch) | |
| tree | e48ebda4ad2efddec4465ff7855a25e6e1d569b4 | |
| parent | c8539bdd3523a47672eb6fa35aede02d942b7f31 (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 ddc4625a6..4a3a86d8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ * 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 +### Bugs fixed + +* [#4372](https://github.com/xmake-io/xmake/issues/4372): Fix protobuf rules + ## v2.8.5 ### New features @@ -1692,6 +1696,10 @@ * 添加 `network.mode` 策略 * [#1433](https://github.com/xmake-io/xmake/issues/1433): 添加 `xmake pack` 命令去生成 NSIS/zip/tar.gz/runself 安装包 +### Bugs 修复 + +* [#4372](https://github.com/xmake-io/xmake/issues/4372): 修复 protobuf 规则 + ## v2.8.5 ### 新特性 |
