diff options
| author | ruki <[email protected]> | 2019-06-07 00:26:40 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-06-06 20:40:02 +0800 |
| commit | 8b63c754cb4cce918aec1c06225ceb3735388140 (patch) | |
| tree | 276edccecc3b0a7e9872be6e7d7785d37e1d1319 | |
| parent | ba1d13c08626e9f007e8fe708244dfd5167a9ddf (diff) | |
update changelogs
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 37cba5b31..c91bef4fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * [#440](https://github.com/xmake-io/xmake/issues/440): Add `set_rundir()` and `add_runenvs()` api for target/run * [#443](https://github.com/xmake-io/xmake/pull/443): Add tab completion support +* Add `on_link`, `before_link` and `after_link` for rule and target ### Changes @@ -598,6 +599,7 @@ * [#440](https://github.com/xmake-io/xmake/issues/440): 为target/run添加`set_rundir()`和`add_runenvs()`接口设置 * [#443](https://github.com/xmake-io/xmake/pull/443): 添加命令行tab自动完成支持 +* 为rule/target添加`on_link`,`before_link`和`after_link`阶段自定义脚本支持 ### 改进 |
