summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-01-18 00:48:10 +0800
committerruki <[email protected]>2020-01-17 22:49:02 +0800
commit8a7a668045c3be0458388a77164467972b29a660 (patch)
tree0577f03c01ec3054403fff6da4899c4a4d2fb51b
parent53e02244ef227a835f435bbfdbecab39be880278 (diff)
update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff81ff7d5..362706ca5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,10 @@
## master (unreleased)
+### Change
+
+* [#665](https://github.com/xmake-io/xmake/issues/665): Support to parse *nix style command options, thanks [@OpportunityLiu](https://github.com/OpportunityLiu)
+
### Bugs fixed
* Fix incremental compilation for checking the dependent file
@@ -661,6 +665,10 @@
## master (开发中)
+### 改进
+
+* [#665](https://github.com/xmake-io/xmake/issues/665): 支持 *nix style 的参数输入,感谢[@OpportunityLiu](https://github.com/OpportunityLiu)的贡献
+
### Bugs修复
* 修复增量编译检测依赖文件的一些问题