summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-07-26 23:37:13 +0800
committerruki <[email protected]>2022-07-26 23:37:13 +0800
commit5380037223db871fee5754d3f6839d3b7fcb15a1 (patch)
tree64ca3a78b79e48b0292e93c54d446e4122397c27
parentce7ea0db01c9ec430c98dd37e27c956043ea2c5d (diff)
update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92579ca0d..dac307a04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@
* [#2555](https://github.com/xmake-io/xmake/issues/2555): Add fwatcher module and `xmake watch` plugin command
+### Changes
+
+* [#2577](https://github.com/xmake-io/xmake/issues/2577): Improve add_headerfiles(), add `{install = false}` support
+
## v2.6.9
### New features
@@ -1346,6 +1350,10 @@
* [#2555](https://github.com/xmake-io/xmake/issues/2555): 添加 fwatcher 模块和 `xmake watch` 插件命令
+### 改进
+
+* [#2577](https://github.com/xmake-io/xmake/issues/2577): 改进 add_headerfiles(),增加 `{install = false}` 支持
+
## v2.6.9
### 新特性