summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-02-10 22:34:01 +0800
committerruki <[email protected]>2022-02-10 22:34:01 +0800
commit01eb733f6affbd5c3ad021e58358e665780fca01 (patch)
tree2bbaeccfc6d8a0b428ffbea76f1de7a5f1a4385a
parent76a73fadbea6a18e79d99621bf0490ba58bbd9b6 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 86e62a898..ac7363dbc 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,7 @@
### Changes
* [#2036](https://github.com/xmake-io/xmake/issues/2036): Improve xrepo to install packages from configuration file, e.g. `xrepo install xxx.lua`
+* [#2039](https://github.com/xmake-io/xmake/issues/2039): Improve filter directory for vs generator
### Bugs fixed
@@ -1224,6 +1225,7 @@
### 改进
* [#2036](https://github.com/xmake-io/xmake/issues/2036): 改进 xrepo 支持从配置文件批量安装包,例如:`xrepo install xxx.lua`
+* [#2039](https://github.com/xmake-io/xmake/issues/2039): 改进 vs generator 的 filter 目录展示
### Bugs 修复