summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2021-07-14 00:37:02 +0800
committerruki <[email protected]>2021-07-14 00:37:02 +0800
commit7ffc15bc46ffb520ef29d8af602a5e546549fd0d (patch)
tree89c58e1fe31002575a7527d330e2405e21ba1a7a
parent73c0557310e8b60b312b37b714142583d5a8b5df (diff)
update changelog
-rw-r--r--CHANGELOG.md9
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
### 新特性