diff options
| author | ruki <[email protected]> | 2020-03-23 23:01:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-03-23 12:09:43 +0800 |
| commit | 64440dcfd77af7b146a78faa8e3c77f64dc9835a (patch) | |
| tree | 406f0ee6713aac65b63a8738e8f161b018e7ba0e | |
| parent | 100439df1ffe1923702171c89880e662739dac03 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e49c16ab..e17752ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ * Fix the link errors output issues for msvc * [#718](https://github.com/xmake-io/xmake/issues/718): Fix download cache bug for package * [#722](https://github.com/xmake-io/xmake/issues/722): Fix invalid package deps +* [#719](https://github.com/xmake-io/xmake/issues/719): Fix process exit bug ## v2.3.1 @@ -714,6 +715,7 @@ * 修复windows下link error显示问题 * [#718](https://github.com/xmake-io/xmake/issues/718): 修复依赖包下载在多镜像时一定概率缓存失效问题 * [#722](https://github.com/xmake-io/xmake/issues/722): 修复无效的包依赖导致安装死循环问题 +* [#719](https://github.com/xmake-io/xmake/issues/719): 修复windows下主进程收到ctrlc后,.bat子进程没能立即退出的问题 ## v2.3.1 |
