summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-01-22 00:51:52 +0800
committerruki <[email protected]>2020-01-21 23:11:15 +0800
commit17d5e2d5fd3f1d10c0598068cfd58412f848243e (patch)
tree61bb8371ca9eee8d94fb90502fe8af7d87b1f7e7
parent99cafe9b2ab168b89e7e1516cdb3746d9e349a04 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 362706ca5..773bac62d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### Change
* [#665](https://github.com/xmake-io/xmake/issues/665): Support to parse *nix style command options, thanks [@OpportunityLiu](https://github.com/OpportunityLiu)
+* [#673](https://github.com/xmake-io/xmake/pull/673): Improve tab complete to support argument values
### Bugs fixed
@@ -668,6 +669,7 @@
### 改进
* [#665](https://github.com/xmake-io/xmake/issues/665): 支持 *nix style 的参数输入,感谢[@OpportunityLiu](https://github.com/OpportunityLiu)的贡献
+* [#673](https://github.com/xmake-io/xmake/pull/673): 改进tab命令补全,增加对参数values的补全支持
### Bugs修复