diff options
| author | ruki <[email protected]> | 2024-03-29 23:03:21 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-03-29 23:03:21 +0800 |
| commit | 50dbca64847f4ac58bf889c158f4a726dfd02cc1 (patch) | |
| tree | 35816d9057f9a849965de74a980254173b4f2c5c | |
| parent | 186edc901f87639bfebc8e067deaf2e476a5b53c (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 32f8e5692..0621cd878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,11 +10,13 @@ ### Changes * Improve packages to support for clang-cl +* [#4893](https://github.com/xmake-io/xmake/issues/4893): Improve rc includes deps ### 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 +* [#4887](https://github.com/xmake-io/xmake/issues/4887): Fix object deps ## v2.8.9 @@ -1788,11 +1790,13 @@ ### 改进 * 改进包管理,支持切换 clang-cl +* [#4893](https://github.com/xmake-io/xmake/issues/4893): 改进 rc 头文件依赖检测 ### Bugs 修复 * [#4882](https://github.com/xmake-io/xmake/issues/4882): 修复安装组依赖问题 * [#4877](https://github.com/xmake-io/xmake/issues/4877): 修复 xpack 打包时,unit build 编译失败问题 +* [#4887](https://github.com/xmake-io/xmake/issues/4887): 修复 object 依赖链接 ## v2.8.9 |
