summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2017-04-01 20:27:00 +0800
committerruki <[email protected]>2017-04-01 20:27:00 +0800
commitb57c720c9f3642194b9c644e9d6236eb09f0a5d3 (patch)
tree2d34cbeef369143ce02a474c668bfedfcde6e64d
parent6a7e46573cda90e77859bb3c8541a6608c87cfea (diff)
modify changelogs
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab0a14cf9..25c911a10 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@
* [#65](https://github.com/tboox/xmake/pull/65): Add `set_default` api for target to modify default build and install behavior
* Allows to run `xmake` command in project subdirectories, it will find the project root directory automatically
+* Add `add_rpathdirs` for target and option
### Changes
@@ -247,6 +248,7 @@
* [#65](https://github.com/tboox/xmake/pull/65): 为target添加`set_default`接口用于修改默认的构建所有targets行为
* 允许在工程子目录执行`xmake`命令进行构建,xmake会自动检测所在的工程根目录
+* 添加`add_rpathdirs` api到target和option,支持动态库的自动加载运行
### 改进