summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-12-17 12:22:39 +0800
committerruki <[email protected]>2022-12-17 12:22:39 +0800
commitf6ce7c17992fa055b2d11260831f7c004784c319 (patch)
treea8043e244118979b394aa105c332484f42674da2
parent8b15cb02916b4e078e064ffcb7172f9c2d4d0b8e (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0233c8da..418b73740 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
* [#3049](https://github.com/xmake-io/xmake/pull/3049): Add `xmake format` plugin
* Add `plugin.compile_commands.autoupdate` rule
* [#3172](https://github.com/xmake-io/xmake/pull/3172): Add xmake.sh
+* [#3168](https://github.com/xmake-io/xmake/pull/3168): add support of C++23 standard modules on msvc
### Changes
@@ -1467,6 +1468,7 @@
* [#3049](https://github.com/xmake-io/xmake/pull/3049): 添加 `xmake format` 插件
* 添加 `plugin.compile_commands.autoupdate` 规则
* [#3172](https://github.com/xmake-io/xmake/pull/3172): 添加 xmake.sh
+* [#3168](https://github.com/xmake-io/xmake/pull/3168): 为 msvc 添加 C++23 标准模块支持
### 改进