diff options
| author | ruki <[email protected]> | 2023-05-18 23:39:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-05-18 23:39:48 +0800 |
| commit | 50609bbb3cf7bb7d7e6c8da127391631ea285ef6 (patch) | |
| tree | e3368273fb9b0eca194be7e25f14d604644459cb | |
| parent | 1644b240edd1259504b7dff1b55aa7d25135d6f6 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e37e480..0845f0c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,13 @@ # Changelog ([中文](#中文)) -## v2.7.9 - ## master (unreleased) +### Bugs fixed + +* [#3755](https://github.com/xmake-io/xmake/pull/3755): fix find_tool from xmake/packages + +## v2.7.9 + ### New features * [#3613](https://github.com/xmake-io/xmake/issues/3613): Add `wasm.preloadfiles` configuration for wasm @@ -1579,6 +1583,10 @@ ## master (开发中) +### Bugs 修复 + +* [#3755](https://github.com/xmake-io/xmake/pull/3755): 修复 find_tool 从 xmake/packages 中查找程序 + ## v2.7.9 ### 新特性 |
