diff options
| author | ruki <[email protected]> | 2017-04-08 22:25:28 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-04-08 22:25:28 +0800 |
| commit | 7abd447e31cba6b72922754a0c83f60dff036b86 (patch) | |
| tree | 2906467ed8de83f193070592f22c3211d0bd447a | |
| parent | 46613459d36021cbe2ca51304a1470d700aecfcb (diff) | |
modify changelog
| -rw-r--r-- | CHANGELOG.md | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd9ef59d..197bbdbef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ ## master (unreleased) +### Changes + +* Modify option menu color. + +### Bugs fixed + +* [#67](https://github.com/tboox/xmake/issues/67): Fix `sudo make install` permission problem + ## v2.1.3 ### New features @@ -19,7 +27,7 @@ * Improve check toolchains and implement delay checking * Add user tips when scanning and generating `xmake.lua` automatically -## Bugs fixed +### Bugs fixed * Fix error tips for checking xmake min version * [#60](https://github.com/tboox/xmake/issues/60): Fix self-build for macosx and windows @@ -246,6 +254,14 @@ ## master (开发中) +### Changes + +* 修改菜单选项颜色 + +### Bugs fixed + +* [#67](https://github.com/tboox/xmake/issues/67): 修复 `sudo make install` 命令权限问题 + ## v2.1.3 ### 新特性 |
