diff options
| author | ruki <[email protected]> | 2024-10-17 00:46:12 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-10-17 00:46:12 +0800 |
| commit | ead634740e609b8577332182a9ae9aa1a832b80e (patch) | |
| tree | b79e7c0e711f3a2589acde14143010be7a2d98c6 | |
| parent | 5da59ed0a5da2b1f992c8548ca0325714c1ea4b3 (diff) | |
update changelog
| -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 修复 |
