summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2022-11-17 00:44:02 +0800
committerruki <[email protected]>2022-11-17 00:44:02 +0800
commit6db72d791606f3093d8c593a28464052eae7019c (patch)
tree9c0e43703565c06ac2ddd1b1e433d0a000a3b1ee
parent013165d804aca71a7a5bdadd1c89513644d6eb25 (diff)
update changelog
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4d84a2b18..d1a9a30c4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@
* [#3056](https://github.com/xmake-io/xmake/issues/3056): Improve zig support
* [#3060](https://github.com/xmake-io/xmake/issues/3060): Improve to detect msys2 for clang toolchains envirnoment
+* [#3071](https://github.com/xmake-io/xmake/issues/3071): Support rc for llvm/clang toolchain
### Bugs fixed
@@ -1454,6 +1455,7 @@
* [#3056](https://github.com/xmake-io/xmake/issues/3056): 改进 Zig 支持
* [#3060](https://github.com/xmake-io/xmake/issues/3060): 改进支持 msys2 的环境探测
+* [#3071](https://github.com/xmake-io/xmake/issues/3071): 为 llvm/clang 工具链支持 rc 编译
### Bugs 修复