diff options
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c9fc45f..62203e621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * [#5631](https://github.com/xmake-io/xmake/pull/5631): Add `as_needed` for `add_linkgroups` * [#5702](https://github.com/xmake-io/xmake/issues/5702): Improve hash module * [#5688](https://github.com/xmake-io/xmake/pull/5688): Improve hashset module +* [#5711](https://github.com/xmake-io/xmake/issues/5711): Support to parse include deps for sdcc ### Bugs fixed @@ -1902,6 +1903,7 @@ * [#5631](https://github.com/xmake-io/xmake/pull/5631): 为 `add_linkgroups` 添加 `as_needed` * [#5702](https://github.com/xmake-io/xmake/issues/5702): 改进 hash 模块 * [#5688](https://github.com/xmake-io/xmake/pull/5688): 改进 hashset +* [#5711](https://github.com/xmake-io/xmake/issues/5711): 为 sdcc 支持解析 include 依赖 ### Bugs 修复 |
