diff options
| -rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f65e0c48..4df7191fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ * Improve vs/vsxmake project generator to support vs2022 +### Bugs fixed + +* [#489](https://github.com/xmake-io/xmake-repo/pull/489): Fix run os.execv with too long envirnoment value on windows + ## v2.5.5 ### New features @@ -1037,6 +1041,11 @@ * 改进 vs/vsxmake 工程插件支持 vs2022 +### Bugs 修复 + +* [#489](https://github.com/xmake-io/xmake-repo/pull/489): 修复 run os.execv 带有过长环境变量值出现的一些问题 + + ## v2.5.5 ### 新特性 |
