diff options
| author | ruki <[email protected]> | 2023-07-19 22:53:05 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2023-07-19 22:53:05 +0800 |
| commit | 6b86787c896982bf9c7337c310e05ec1ee79eae9 (patch) | |
| tree | 004b56723337209562282c3d2eb01df10fcae375 | |
| parent | ca83e9a78b7f2d45e833fa705c880867ad2381c6 (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 8169ea088..53110f23e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ * [#3960](https://github.com/xmake-io/xmake/issues/3960): Improve msys2/crt64 support * Improve to upgrade vcproj files in tools.msbuild +### Bugs fixed + +* Fix exit all child processes on macOS/Linux + ## v2.8.1 ### New features @@ -1618,6 +1622,10 @@ * [#3960](https://github.com/xmake-io/xmake/issues/3960): 改进 msys2/crt64 支持 * 改进 tools.msbuild 升级 vcproj 文件 +### Bugs 修复 + +* 修复 macOS/Linux 上子子进程无法快速退出问题 + ## v2.8.1 ### 新特性 |
