diff options
| author | ruki <[email protected]> | 2023-05-18 23:57:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-05-18 23:57:58 +0800 |
| commit | 024646ad6a90f88ae54caa3f450189b407dea7c7 (patch) | |
| tree | c83550a6948bb72363c375c7ba18057897126a09 | |
| parent | ff9e09d574717cd39384579a9aaf91cea1cc8a4d (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0845f0c53..a434ff61a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## master (unreleased) +### Changes + +* [#3752](https://github.com/xmake-io/xmake/issues/3752): Improve os.getenvs for windows + ### Bugs fixed * [#3755](https://github.com/xmake-io/xmake/pull/3755): fix find_tool from xmake/packages @@ -1583,6 +1587,10 @@ ## master (开发中) +### 改进 + +* [#3752](https://github.com/xmake-io/xmake/issues/3752): 改进 windows 上 os.getenvs 的获取 + ### Bugs 修复 * [#3755](https://github.com/xmake-io/xmake/pull/3755): 修复 find_tool 从 xmake/packages 中查找程序 |
