diff options
| author | ruki <[email protected]> | 2020-10-24 21:55:17 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-10-24 21:55:17 +0800 |
| commit | a48b171b00408d6b984df7690531107125d94b8a (patch) | |
| tree | 3156d28289d74e6be12e26974682d025acc66cb0 | |
| parent | 6435a8f7c9f11929fc77280fe948077be8d02d7f (diff) | |
update changelog
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c3262712..d309306db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## master (unreleased) +### New features + +* Add new [xrepo](https://github.com/xmake-io/xrepo) command to manage C/C++ packages + ### Change * [#997](https://github.com/xmake-io/xmake/issues/997): Support to set std lanuages for `xmake project -k cmake` @@ -848,6 +852,10 @@ ## master (开发中) +### 新特性 + +* 添加新的 [xrepo](https://github.com/xmake-io/xrepo) 命令去管理安装 C/C++ 包 + ### 改进 * [#997](https://github.com/xmake-io/xmake/issues/997): `xmake project -k cmake` 插件增加对 `set_languages` 的支持 |
