diff options
| author | ruki <[email protected]> | 2022-07-28 00:56:00 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-07-28 00:56:00 +0800 |
| commit | 977dc2010cfff4ae1784a2481df33a9217703a01 (patch) | |
| tree | 49964f3583cf902000fb17dcf2917fb59d7c8623 | |
| parent | 05a528a99571b8af8c0c5a84be9e51d8e7b982e6 (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 00df5daf0..80eebd951 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ * [#2576](https://github.com/xmake-io/xmake/issues/2576): More flexible package fetching from cmake * [#2577](https://github.com/xmake-io/xmake/issues/2577): Improve add_headerfiles(), add `{install = false}` support * [#2603](https://github.com/xmake-io/xmake/issues/2603): Disable `-fdirectives-only` for ccache by default +* [#2580](https://github.com/xmake-io/xmake/issues/2580): Set stdout to line buffering ## v2.6.9 @@ -1357,6 +1358,7 @@ * [#2576](https://github.com/xmake-io/xmake/issues/2576): More flexible package fetching from cmake * [#2577](https://github.com/xmake-io/xmake/issues/2577): 改进 add_headerfiles(),增加 `{install = false}` 支持 * [#2603](https://github.com/xmake-io/xmake/issues/2603): 为 ccache 默认禁用 `-fdirectives-only` +* [#2580](https://github.com/xmake-io/xmake/issues/2580): 设置 stdout 到 line 缓冲输出 ## v2.6.9 |
