summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-05-15 00:22:54 +0800
committerruki <[email protected]>2020-05-14 20:17:30 +0800
commit4580514eaa69841287aed07a9be28041d66b42dc (patch)
tree5d1d28e20b327e9cadf67e63d828deefad848e42
parent6dc2e03e738d3bd302cb7b33f47a7f2ce770f8f6 (diff)
update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a43b73b79..191ea9dd1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,10 @@
* [#774](https://github.com/xmake-io/xmake/issues/774): Support ltui windows resize for `xmake f --menu`
* [#782](https://github.com/xmake-io/xmake/issues/782): Add check flags failed tips for add_cxflags, ..
+### Bug fixed
+
+* [#786](https://github.com/xmake-io/xmake/issues/786): Fix check header file deps
+
## v2.3.3
### New features
@@ -745,6 +749,10 @@
* [#774](https://github.com/xmake-io/xmake/issues/774): `xmake f --menu`可视化配置菜单支持窗口大小Resize调整
* [#782](https://github.com/xmake-io/xmake/issues/782): 添加add_cxflags等配置flags自动检测失败提示
+### Bugs修复
+
+* [#786](https://github.com/xmake-io/xmake/issues/786): Fix check header file deps
+
## v2.3.3
### 新特性