summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2020-08-26 23:44:28 +0800
committerruki <[email protected]>2020-08-26 23:44:28 +0800
commit9bb49a2267de8aef906b86ed9649dbac4b698a03 (patch)
treec950e2b067177d9e518e7e33a1145af07b9cd6d8
parentd1263bac1c7aa9a29810357f6c73459d1a4dca93 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1f319bc5d..50dc8cb36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
### New features
* [#2941](https://github.com/microsoft/winget-pkgs/pull/2941): Add support for winget
+* Add xmake-tinyc installer without msvc compiler for windows
### Change
@@ -808,6 +809,7 @@
### 新特性
* [#2941](https://github.com/microsoft/winget-pkgs/pull/2941): 支持通过 winget 来安装 xmake
+* 添加 xmake-tinyc 安装包,内置tinyc编译器,支持windows上无msvc环境也可直接编译c代码
### 改进