summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-10-12 00:35:45 +0800
committerruki <[email protected]>2018-10-11 21:34:35 +0800
commite1b52ecf7613ee12318fc4240e7262c603ec23dd (patch)
treec4dda64ca01767bb7471e9895f6ff0a28b7e63a0
parenta9c1889d3867813926be1fedcf933f1d26cb06f2 (diff)
modify changelogs
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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编译规则
### 改进