summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-01-12 22:32:21 +0800
committerruki <[email protected]>2023-01-12 22:32:21 +0800
commit9b1bbefd2ea8132c702bccfa35f9bab5787b66b1 (patch)
treea510a977939c77ecfdddb27fe6d0f1b2a6dbadda
parent4a911fb47f4fd12cefbc4580d5ddceb9f65b9a81 (diff)
update changelog
-rw-r--r--CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2f0e6aded..dadaed50b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@
* [#3228](https://github.com/xmake-io/xmake/pull/3228): Add support of importing modules from packages
+### Changes
+
+* [#3225](https://github.com/xmake-io/xmake/pull/3225): Improve clang libc++ module support
+
### Bugs fixed
* [#3229](https://github.com/xmake-io/xmake/issues/3229): Fix find rc.exe for vs2015
@@ -1501,6 +1505,10 @@
* [#3228](https://github.com/xmake-io/xmake/pull/3228): C++ modules 的安装发布,以及从包中导入 C++ modules 支持
+### 改进
+
+* [#3225](https://github.com/xmake-io/xmake/pull/3225): 改进 clang libc++ 模块支持
+
### Bugs 修复
* [#3229](https://github.com/xmake-io/xmake/issues/3229): 修复 vs2015 下找不到 rc.exe 问题