From e1b52ecf7613ee12318fc4240e7262c603ec23dd Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 12 Oct 2018 00:35:45 +0800 Subject: modify changelogs --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e705757..1ab5fad9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ * Add `has_config`, `get_config` and `is_config` apis * Add `$ xmake --try` to try building project using third-party buildsystem * Add `set_enabled(false)` to disable target +* [#69](https://github.com/tboox/xmake/issues/69): Add remote package management, `add_requires("tbox ~1.6.1")` +* [#216](https://github.com/tboox/xmake/pull/216): Add windows mfc rules ### Changes @@ -488,6 +490,8 @@ * 添加`has_config`, `get_config`和`is_config`接口去快速判断option和配置值 * 添加`$ xmake --try`去尝试构建工程 * 添加`set_enabled(false)`去显示的禁用target +* [#69](https://github.com/tboox/xmake/issues/69): 添加远程依赖包管理, `add_requires("tbox ~1.6.1")` +* [#216](https://github.com/tboox/xmake/pull/216): 添加windows mfc编译规则 ### 改进 -- cgit v1.3.1