diff options
| author | ruki <[email protected]> | 2019-06-15 10:29:37 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-06-15 10:29:37 +0800 |
| commit | 1d38d2d275f1a9ff9a4d65fc4ea6c66a990f4978 (patch) | |
| tree | 258f48751ae1169ce423cb76a286661d462ee9eb | |
| parent | 3fbfcb830fd1615de3318abc459caa003abf72c0 (diff) | |
modify changelogs
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9812226db..46ad3e30b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,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 +* [#190](https://github.com/xmake-io/xmake/issues/190): Add `add_rules("lex", "yacc")` rules to support lex/yacc projects ### Changes @@ -604,6 +605,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`阶段自定义脚本支持 +* [#190](https://github.com/xmake-io/xmake/issues/190): 添加`add_rules("lex", "yacc")`规则去支持lex/yacc项目 ### 改进 |
