diff options
| author | ruki <[email protected]> | 2024-10-11 22:40:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2024-10-11 22:40:00 +0800 |
| commit | ad91dd8db636340a260acea0534fd67e1fb80a6b (patch) | |
| tree | 19acc1dae81360a3198d1b7656ae9fe0521ba31d | |
| parent | fdf11786de46222d61403280e68fdf3cd5d572e3 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ee2eaada4..91c9fc45f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,13 @@ ### Changes * [#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 ### Bugs fixed * [#5645](https://github.com/xmake-io/xmake/issues/5645): Fix `xmake watch` for linux +* [#5686](https://github.com/xmake-io/xmake/pull/5686): Fix module scanning ## v2.9.5 @@ -1897,10 +1900,13 @@ ### 改进 * [#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 ### Bugs 修复 * [#5645](https://github.com/xmake-io/xmake/issues/5645): 修复 `xmake watch` 在 linux 无法监听递归文件问题 +* [#5686](https://github.com/xmake-io/xmake/pull/5686): 修复模块扫描 ## v2.9.5 |
