diff options
| -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 中查找程序 |
