summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-07-27 23:01:38 +0800
committerruki <[email protected]>2020-07-27 23:01:38 +0800
commit08eb918cbbeeabaff7a50a306d8e46f6e6d4544b (patch)
tree8f54e6661879a35370d8aa2e3394cfbcde594e96
parent9b894b76ea02f832a915e52b6d1b1d4bd3e66995 (diff)
update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ea4020b51..2b9e9d1a0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -12,6 +12,10 @@
* [#275](https://github.com/xmake-io/xmake/issues/275): Support go package manager to install go packages
* [#581](https://github.com/xmake-io/xmake/issues/581): Support dub package manager to install dlang packages
+### Change
+
+* [#868](https://github.com/xmake-io/xmake/issues/868): Support new cl.exe dependency report files, `/sourceDependencies xxx.json`
+
## v2.3.5
### New features
@@ -791,6 +795,10 @@
* [#275](https://github.com/xmake-io/xmake/issues/275): 支持go包管理器去集成第三方go依赖包
* [#581](https://github.com/xmake-io/xmake/issues/581): 支持dub包管理器去集成第三方dlang依赖包
+### 改进
+
+* [#868](https://github.com/xmake-io/xmake/issues/868): 支持新的cl.exe的头文件依赖输出文件格式,`/sourceDependencies xxx.json`
+
## v2.3.5
### 新特性