summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2019-03-07 00:40:38 +0800
committerruki <[email protected]>2019-03-06 22:03:48 +0800
commitdc1065e586935f318d0436160e021aaabe05934c (patch)
treeb25de80286563ea4b4415c319557c559ec69683c
parent9830bb8528f8adea2ee865cdba27e7b1fe81920c (diff)
modify changelogs
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ec449b7fb..e8e6052a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@
* Add the builtin api `find_packages("pcre2", "zlib")` to find multiple packages
* [#320](https://github.com/xmake-io/xmake/issues/320): Add template configuration files and replace all variables before building
* [#179](https://github.com/xmake-io/xmake/issues/179): Generate CMakelist.txt file for `xmake project` plugin
+* [#361](https://github.com/xmake-io/xmake/issues/361): Support vs2019 preview
### Changes
@@ -568,6 +569,7 @@
* 添加内置API `find_packages("pcre2", "zlib")`去同时查找多个依赖包,不需要通过import导入即可直接调用
* [#320](https://github.com/xmake-io/xmake/issues/320): 添加模板配置文件相关接口,`add_configfiles`和`set_configvar`
* [#179](https://github.com/xmake-io/xmake/issues/179): 扩展`xmake project`插件,新增CMakelist.txt生成支持
+* [#361](https://github.com/xmake-io/xmake/issues/361): 增加对vs2019 preview的支持
### 改进