summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2024-03-28 00:55:53 +0800
committerruki <[email protected]>2024-03-28 00:55:53 +0800
commitcc93ec44bc2f71515e7c3d3bd112e6e29c35f1cc (patch)
tree083fd84aa886d1840c1bc3473e964f41e98ad8e1
parent518fc29b6aae6f4db40c7f6b760e269266a41475 (diff)
update changelog
-rw-r--r--CHANGELOG.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 668e9f1da..e5317f2f9 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
### 新特性