diff options
| -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 |
