diff options
| author | ruki <[email protected]> | 2022-04-04 22:14:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-04-04 22:14:23 +0800 |
| commit | 0a6a66d6a1b04c92a66c9be486a6f65396bd4ca4 (patch) | |
| tree | 94158c538acc8c9a75d11bd7fe6d011f2f6adde0 | |
| parent | fcc1554497bb0b3c1d59e96b5bbb16829233f7ab (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e259bd069..eea64f5af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,11 @@ * Reduce 50% xmake binary size on macOS * Improve tools/autoconf,cmake to support toolchain switching. * [#2221](https://github.com/xmake-io/xmake/pull/2221): Improve registry api to support unicode +* [#2225](https://github.com/xmake-io/xmake/issues/2225): Support to parse import dependencies for protobuf + +### Bugs fixed + +* [#2233](https://github.com/xmake-io/xmake/issues/2233): Fix c++ modules deps ## v2.6.4 @@ -1246,6 +1251,11 @@ * macOS 下,减少 50% 的 Xmake 二进制文件大小 * 改进 tools/autoconf,cmake 去更好地支持工具链切换 * [#2221](https://github.com/xmake-io/xmake/pull/2221): 改进注册表 api 去支持 unicode +* [#2225](https://github.com/xmake-io/xmake/issues/2225): 增加对 protobuf 的依赖分析和构建支持 + +### Bugs 修复 + +* [#2233](https://github.com/xmake-io/xmake/issues/2233): 修复 c++ modules 依赖 ## v2.6.4 |
