diff options
| author | ruki <[email protected]> | 2018-11-16 22:45:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-11-16 10:33:15 +0800 |
| commit | c1e39bbf9b974b12199953075f581099c025d6ca (patch) | |
| tree | 19bc4a5f833156bd8a587b30ccf385c1132e455c | |
| parent | 3e33ce093e87c1d5b925dc6a099448d5b5e5be6f (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 d2861c0d9..1da55902c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ * Add plugin manager `xmake plugin --help` * Add `add_syslinks` api to add system libraries dependence * Add `xmake l time xmake [--rebuild]` to record compilation time +* [#250](https://github.com/tboox/xmake/issues/250): Add `xmake f --vs_sdkver=10.0.15063.0` to change windows sdk version ### Changes @@ -511,6 +512,7 @@ * 添加插件管理器,`xmake plugin --help` * 添加`add_syslinks`接口去设置系统库依赖,分离与`add_links`添加的库依赖之间的链接顺序 * 添加 `xmake l time xmake [--rebuild]` 去记录编译耗时 +* [#250](https://github.com/tboox/xmake/issues/250): 添加`xmake f --vs_sdkver=10.0.15063.0`去改变windows sdk版本 ### 改进 |
