diff options
| author | ruki <[email protected]> | 2019-02-03 10:10:58 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-02-03 10:10:58 +0800 |
| commit | aba74b0697dcd717fff35ec09d7aaffe07e992f3 (patch) | |
| tree | 8bcbd8acafa5ebecbbeeb7232d58fc20cbef8aa4 | |
| parent | 7c1534d1baf59d58a98293ec8b5a82de7c09de18 (diff) | |
modify changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7efc66353..89eac27c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ * [#339](https://github.com/tboox/xmake/issues/339): Improve `add_requires` and `find_package` to integrate the 3rd package manager * [#327](https://github.com/tboox/xmake/issues/327): Integrate with Conan package manager * Add the builtin api `find_packages("pcre2", "zlib")` to find multiple packages +* [#320](https://github.com/tboox/xmake/issues/320): Add template configuration files and replace all variables before building ### Changes @@ -560,6 +561,7 @@ * [#339](https://github.com/tboox/xmake/issues/339): 改进`add_requires`和`find_package`使其支持对第三方包管理的集成支持 * [#327](https://github.com/tboox/xmake/issues/327): 实现对conan包管理的集成支持 * 添加内置API `find_packages("pcre2", "zlib")`去同时查找多个依赖包,不需要通过import导入即可直接调用 +* [#320](https://github.com/tboox/xmake/issues/320): 添加模板配置文件相关接口,`add_configfiles`和`set_configvar` ### 改进 |
