summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-12-05 00:17:28 +0800
committerruki <[email protected]>2020-12-05 00:17:28 +0800
commit15cb817fc0ba0b9bf7e2041ce663afcad3de3421 (patch)
treec5fb9a999fdf7d266d92c775c98e1ea754924d85
parent026fcce91e056d53cfeb1abe87c11c6548908bce (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 738a7d90e..f935f5748 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* [#1035](https://github.com/xmake-io/xmake/issues/1035): The graphics configuration menu fully supports mouse events, and support scroll bar
+* [#1098](https://github.com/xmake-io/xmake/issues/1098): Support stdin for os.execv
### Change
@@ -881,6 +882,7 @@
### 新特性
* [#1035](https://github.com/xmake-io/xmake/issues/1035): 图形配置菜单完整支持鼠标事件,并且新增滚动栏
+* [#1098](https://github.com/xmake-io/xmake/issues/1098): 支持传递 stdin 到 os.execv 进行输入重定向
### 改进