diff options
| -rw-r--r-- | CHANGELOG.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a265657..ff81ff7d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## master (unreleased) +### Bugs fixed + +* Fix incremental compilation for checking the dependent file +* Fix log output for parsing xmake-vscode/problem info + ## v2.2.9 ### New features @@ -656,6 +661,11 @@ ## master (开发中) +### Bugs修复 + +* 修复增量编译检测依赖文件的一些问题 +* 修复log输出导致xmake-vscode插件解析编译错误信息失败问题 + ## v2.2.9 ### 新特性 |
