summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-21 23:41:07 +0800
committerruki <[email protected]>2023-01-21 23:41:07 +0800
commit0feed08b48c39d8b497820bbf5bce329dad52b32 (patch)
tree803ad8b9012d4d77fff3a7323acd2d9995278256
parentde5802cc09b83950eaba7a5bf07f47a481b5484e (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5051e3ee2..3122838db 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
* [#3228](https://github.com/xmake-io/xmake/pull/3228): Add support of importing modules from packages
* [#3257](https://github.com/xmake-io/xmake/issues/3257): Add support for iverilog and verilator
* Support for xp and vc6.0
+* [#3214](https://github.com/xmake-io/xmake/pull/3214): Completion on xrepo install packages
### Changes
@@ -1512,6 +1513,7 @@
* [#3228](https://github.com/xmake-io/xmake/pull/3228): C++ modules 的安装发布,以及从包中导入 C++ modules 支持
* [#3257](https://github.com/xmake-io/xmake/issues/3257): 增加对 iverilog 和 verilator 的支持
* 支持 xp 和 vc6.0
+* [#3214](https://github.com/xmake-io/xmake/pull/3214): xrepo install 的自动补全支持
### 改进