diff --git a/CHANGELOG.md b/CHANGELOG.md index 668e9f1da54..e5317f2f90a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ * Improve packages to support for clang-cl +### Bugs fixed + +* [#4882](https://github.com/xmake-io/xmake/issues/4882): Fix install deps with --group +* [#4877](https://github.com/xmake-io/xmake/issues/4877): Fix compile error for xpack with unity build + ## v2.8.9 ### New features @@ -1782,6 +1787,11 @@ * 改进包管理,支持切换 clang-cl +### Bugs 修复 + +* [#4882](https://github.com/xmake-io/xmake/issues/4882): 修复安装组依赖问题 +* [#4877](https://github.com/xmake-io/xmake/issues/4877): 修复 xpack 打包时,unit build 编译失败问题 + ## v2.8.9 ### 新特性